I have a parent object that has a lazily initialized collection of objects mapped with the mapping. The cascade rule for this collection is set to "all-delete-orphan". When the parent object is deleted, an ObjectDeletedException occurs. The parent object also has a collection of many-to-one objects that is configured the same way. These objects are deleted successfully when the parent ...