Bosco Ferrao
updated
an issue
Hibernate ORM
/
HHH-13572
Does not support batch delete or update
Change By:
Bosco Ferrao
//Does not support batch delete or update
Query query = session.createQuery("delete from BosTableData”);
query .setBatchSize(30);
query .executeBatch(); //since full delete or update has time out constraints. Also depends on columns of table.
Add Comment
Get Jira notifications on your phone! Download the Jira Cloud app for
Android
or
iOS
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100107-
sha1:7c10101
)