Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-547
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-547
Summary: Cascade for collection indexes
Type: New Feature
Status: Unassigned
Priority: Minor
Project: Hibernate2
Components:
core
Versions:
2.1 final
Assignee:
Reporter: Erno Mononen
Created: Fri, 12 Dec 2003 1:01 PM
Updated: Fri, 12 Dec 2003 1:01 PM
Description:
In my opinion it would be useful to have cascades for the indexes of collections, especially in case of ternary associations.
For example:
A--ABC--C
|
B
Now if you have a map in A (B as key and C as value) and ABC should be deleted when any of A, B or C is deleted, cascades only work for C and A but not for B (key of the map).
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|