JPA @ManyToOne unidirectional: How to set the FK to null and remain children entities when parent is deleted

后端 未结 0 675
余生分开走
余生分开走 2021-01-30 08:24

I have a simple unidirectional @ManyToOne JPA(Hibernate) relationship.

Parent.java

public class Parent {
    @Id
    @Gen         


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