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

Strong Liu (JIRA) noreply at atlassian.com
Wed Apr 11 12:05:48 EDT 2012


    [ https://hibernate.onjira.com/browse/HHH-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46245#comment-46245 ] 

Strong Liu commented on HHH-2331:
---------------------------------

http://in.relation.to/Bloggers/MultitableBulkOperations

and a pull request would be helpful, thanks

> bulk deletes on ID must not use HT_ tables
> ------------------------------------------
>
>                 Key: HHH-2331
>                 URL: https://hibernate.onjira.com/browse/HHH-2331
>             Project: Hibernate ORM
>          Issue 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list