Try dropping local tables in same connection
This commit is contained in:
parent
2c1aedd176
commit
2b06123635
|
@ -163,7 +163,7 @@ public class LocalTemporaryTableBulkIdStrategy
|
|||
protected void releaseFromUse(Queryable persister, SharedSessionContractImplementor session) {
|
||||
Helper.INSTANCE.releaseTempTable(
|
||||
tableInfo,
|
||||
afterUseAction,
|
||||
dropIdTables ? AfterUseAction.DROP : afterUseAction,
|
||||
ddlTransactionHandling,
|
||||
session
|
||||
);
|
||||
|
@ -194,7 +194,7 @@ public class LocalTemporaryTableBulkIdStrategy
|
|||
protected void releaseFromUse(Queryable persister, SharedSessionContractImplementor session) {
|
||||
Helper.INSTANCE.releaseTempTable(
|
||||
tableInfo,
|
||||
afterUseAction,
|
||||
dropIdTables ? AfterUseAction.DROP : afterUseAction,
|
||||
ddlTransactionHandling,
|
||||
session
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue