Hibernate n+1 issue with 3 entities

后端 未结 0 495
攒了一身酷
攒了一身酷 2021-01-25 03:46

I have 3 entities. Category, Subcategory and Product

@Entity
@JsonInclude(value = JsonInclude.Include.NON_EMPTY)
public class Category {

    @Id
    @GeneratedVa         


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