mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 21:24:49 +00:00
HHH-17943 - Fix for issue
This commit is contained in:
parent
7ae416d6dd
commit
af269ae182
@ -22,6 +22,9 @@
|
||||
public class LocalTemporaryTableStrategy {
|
||||
|
||||
public static final String SHORT_NAME = "local_temporary";
|
||||
/**
|
||||
* For H2 dialect avoid setting the drop strategy to true because H2 forces a commit when dropping a temporary table
|
||||
*/
|
||||
public static final String DROP_ID_TABLES = "hibernate.query.mutation_strategy.local_temporary.drop_tables";
|
||||
|
||||
private final TemporaryTable temporaryTable;
|
||||
|
Loading…
x
Reference in New Issue
Block a user