Dom4j / dynamic-map modes should support cascade delete-orphan
Activity
Show:
Steve Ebersole July 24, 2024 at 8:39 PM
I believe this does work for dynamic-map. dom4j mode is no longer supported
Out of Date
Details
Details
Assignee
Unassigned
UnassignedReporter

Components
Priority
Created May 25, 2006 at 5:37 AM
Updated July 24, 2024 at 8:39 PM
Resolved July 24, 2024 at 8:39 PM
Currently, in either of the dynamic modes, Cascade.deleteOrphans() cannot and is not being called since cascadeCollectionElements() checks for
'child instanceof PersistentCollection'.
Support for delete-orphan would advance the functionality of the dynamic modes.
Methods to compare the persisted state with the dynamic collection are needed.