|
I have a mapping where a set is mapped with an element type being a UserType. When an element does get removed from the set, it does not get removed from the database table at the end of the transaction. This does only happen when one of the columns is null for that element and when the set does still contain other elements after the removal.
|