The following comment has been added to this issue:
Author: Gavin King
Created: Mon, 4 Aug 2003 9:04 AM
Body:
What do you expect to happen in this case?
A single sql delete? Well, we could potentially implement _that_ w/o a new API method ... the delete requests are buffered anyway.
Or just the same functionality as now? But Hibernate iterates the collection? You can implement _that_ yourself.....
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-228
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-228
Summary: Support deleting collections
Type: Improvement
Status: Unassigned
Priority: Major
Project: Hibernate2
Components:
core
Versions:
2.1
Assignee:
Reporter: Mathias Bogaert
Created: Mon, 4 Aug 2003 7:02 AM
Updated: Mon, 4 Aug 2003 7:02 AM
Environment: Hibernate 2.0.2
Description:
It would be really cool if one could do this:
session.delete(pm.getSession().createCriteria(Dg.class).list());
---------------------------------------------------------------------
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
|