Bosco Ferrao
updated
an issue
Hibernate ORM
/
HHH-13572
Does not support batch delete
Change By:
Bosco Ferrao
Query query = session.createQuery("delete from BosTableData”);
query .setBatchSize(30);
query .executeBatchDelete(); //since full delete has time out constraints
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
)