Package org.hibernate.dialect.temptable
Class H2GlobalTemporaryTableStrategy
java.lang.Object
org.hibernate.dialect.temptable.StandardGlobalTemporaryTableStrategy
org.hibernate.dialect.temptable.H2GlobalTemporaryTableStrategy
- All Implemented Interfaces:
TemporaryTableStrategy
H2 specific global temporary table strategy.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn arbitrary SQL fragment appended to the end of the statement to create a temporary table, specifying dialect-specific options, ornull
if there are no options to specify.Methods inherited from class org.hibernate.dialect.temptable.StandardGlobalTemporaryTableStrategy
adjustTemporaryTableName, getCreateTemporaryTableColumnAnnotation, getTemporaryTableAfterUseAction, getTemporaryTableBeforeUseAction, getTemporaryTableCreateCommand, getTemporaryTableDropCommand, getTemporaryTableKind, getTemporaryTableTruncateCommand
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.dialect.temptable.TemporaryTableStrategy
supportsTemporaryTableNullConstraint, supportsTemporaryTablePrimaryKey
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
H2GlobalTemporaryTableStrategy
public H2GlobalTemporaryTableStrategy()
-
-
Method Details
-
getTemporaryTableCreateOptions
Description copied from interface:TemporaryTableStrategy
An arbitrary SQL fragment appended to the end of the statement to create a temporary table, specifying dialect-specific options, ornull
if there are no options to specify.- Specified by:
getTemporaryTableCreateOptions
in interfaceTemporaryTableStrategy
- Overrides:
getTemporaryTableCreateOptions
in classStandardGlobalTemporaryTableStrategy
-