Stack Overflow exception on Many to Many relationships in Child entities

后端 未结 0 1163
半阙折子戏
半阙折子戏 2021-01-24 16:39

I have Product Entity which is associated with Category with ManyToOne Relationship

public class Product {

    @ManyToOne(fetch = FetchType.LAZY)
        @JoinCo         


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