[
http://opensource.atlassian.com/projects/hibernate/browse/ANN-544?page=all ]
Emmanuel Bernard resolved ANN-544:
----------------------------------
Fix Version: 3.2.2
Resolution: Fixed
Assign To: Emmanuel Bernard
Oups, bad Emmanuel, IDEs should raise a popup when developers use CTRL-C CTRL-V :-)
@SqlDeleteAll wrt to Collections
--------------------------------
Key: ANN-544
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-544
Project: Hibernate Annotations
Type: Bug
Components: binder
Versions: 3.2.1
Environment: 3.2.1GA - MSSQL ( but irrelivant )
Reporter: Thomas Kubicek
Assignee: Emmanuel Bernard
Fix For: 3.2.2
Original Estimate: 2 minutes
Remaining: 2 minutes
Hibernate Annotations for @SqlDeleteAll when applied to Collections
CollectionBinder is not assigning the sql statement to the
"setCustomSQLDeleteAll" but rather the "setCustomSQLDelete"
CollectionBinder.java line 361-370.
this prevents the execution of col.clear() method on the collection where all elements
are removed.
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira