Hibernate Bi-directional @OneToMany mapping - Update from both sides

后端 未结 0 659
自闭症患者
自闭症患者 2020-12-09 10:57

I have the following entities

@Entity
public class Note {

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "NOTE_ID")
private         


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