[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2331) bulk deletes on ID must not use HT_ tables

Amir Pashazadeh (JIRA) noreply at atlassian.com
Thu Dec 28 17:11:44 EST 2006


bulk deletes on ID must not use HT_ tables
------------------------------------------

         Key: HHH-2331
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2331
     Project: Hibernate3
        Type: Improvement

  Components: core  
    Reporter: Amir Pashazadeh


when using bulk deletes hibernate inserts ids of rows which must be deleted in a temporary table (with HT_ prefix); I believe that's just for knowing primary keys of objects which must be deleted and updating caches.

so if that is the reason there is no need to do so when deleting on primary key property, (for example "delete from MyEntity where id = ?")

-- 
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




More information about the hibernate-issues mailing list