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: