mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
HHH-17943 - Fix for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
a3387a2d85
commit
ab7f95abd7
@ -697,6 +697,11 @@ public SqmMultiTableInsertStrategy getFallbackSqmInsertStrategy(
|
||||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTemporaryTableCreateOptions() {
|
||||
return "TRANSACTIONAL";
|
||||
}
|
||||
|
||||
@Override
|
||||
public TemporaryTableKind getSupportedTemporaryTableKind() {
|
||||
return TemporaryTableKind.LOCAL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user