Hibernate Bidirectional Mapping Results in Cycle when using converter for DTO

前端 未结 0 1506
梦毁少年i
梦毁少年i 2021-01-15 23:14

I\'ve mapped the classes as follows:

@ManyToOne(fetch = FetchType.LAZY,cascade = CascadeType.ALL)
@JoinColumn(name = "CATEGORY_ITEMS_ID")
private Ca         


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