Hibernate now removes all references from entities that are being deleted to avoid foreign key violations. This behavior is not wanted for soft delete operations. We want to keep the references and mark entities as deleted.
proposed solution is in this repository: {code :java } https://github.com/richardbizik/hibernate-orm/commit/ 74bd74355964305376f01561c93a7857e1123ca5 9a8296411ad97480bd371219b1fb2d052a3786e9 {code} |
|