Below you will find pages that utilize the taxonomy term “Hibernate”
Posts
While working on the persistence for the new graph service I encountered a weird behaviour: Each time a persisted graph is altered the edges were removed. So I investigated and it turns out if you are using hibernate inheritance in combination with the @Where clause hibernate only persists the entities which have been modified and removes the relation to the others, but keeps the entities sigh.
For more clarity, here is the original code
Hibernate - Using multiple relations using @Where does not update properly