Spring JPA repository n+1 problem, how to reduce n+1 selects to one?

前端 未结 0 874
天命终不由人
天命终不由人 2021-01-19 04:14

I have problem with JPA Repository.I have entity:

    @Getter
    @Setter
    @Entity
    @NamedEntityGraph(name = "user-graph", includeAllAttribute         


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