How to resolve hibernate n+1 problem OneToMany and ManyToOne

前端 未结 0 1123
说谎
说谎 2021-01-21 23:13

I have problem with N+1 Hibernate. I have followings entities :

public class Coupon {
    @Id
    @GeneratedValue(strategy = GenerationType.AUTO)
    @Column(name         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题