Hibernate unidirectional delete executes update instead

后端 未结 0 1115
灰色年华
灰色年华 2020-12-02 19:17

I have a unidirectional child relationship looking like this:


    @Entity
    @Table(name = \"PARENT\")
    public class Parent{
        @Id
        @Column(name          


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