Dom4j / dynamic-map modes should support cascade delete-orphan
--------------------------------------------------------------
Key: HHH-1784
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1784
Project: Hibernate3
Type: Improvement
Components: core
Versions: 3.2.0.cr2
Reporter: Martin Schulz
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|