HHH-17943 - Fix for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
d64b9566b8
commit
7389e5f9d4
|
@ -684,6 +684,11 @@ public class H2Dialect extends Dialect {
|
|||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTemporaryTableCreateOptions() {
|
||||
return "TRANSACTIONAL";
|
||||
}
|
||||
|
||||
@Override
|
||||
public TemporaryTableKind getSupportedTemporaryTableKind() {
|
||||
return TemporaryTableKind.LOCAL;
|
||||
|
|
Loading…
Reference in New Issue