JPA 2.0 / Hibernate and “orphanRemoval”: Just replacing an entity does not remove the old one

前端 未结 2 1200
故里飘歌
故里飘歌 2020-12-31 05:41

I have question regarding JPA 2.0, Hibernate and \"orphanRemoval\".

First my setup:

  • Spring 3.0.5.RELEASE
  • SprnigData JPA 1.0.1.RELEASE
2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-31 06:01

    As of @OneToMany relationship, this is related to Hibernate JIRA ticket HHH-6709. Please vote for these so it get some attention.

提交回复
热议问题