JPA OneToMany Bidirectional remove parent only

前端 未结 0 615
逝去的感伤
逝去的感伤 2021-02-09 06:29

I have 2 entity with OneToMany bidirectional and I want to remove parent only.

Department

@Entity
public class Department {

@Id
@GeneratedValue(strategy =         


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