Class HANAGlobalTemporaryTableStrategy
java.lang.Object
org.hibernate.dialect.temptable.StandardGlobalTemporaryTableStrategy
org.hibernate.dialect.temptable.HANAGlobalTemporaryTableStrategy
- All Implemented Interfaces:
TemporaryTableStrategy
HANA specific global temporary table strategy.
-
Field Summary
Fields inherited from class StandardGlobalTemporaryTableStrategy
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe command to create a temporary table.The command to truncate a temporary table.Methods inherited from class StandardGlobalTemporaryTableStrategy
adjustTemporaryTableName, getCreateTemporaryTableColumnAnnotation, getTemporaryTableAfterUseAction, getTemporaryTableBeforeUseAction, getTemporaryTableCreateOptions, getTemporaryTableDropCommand, getTemporaryTableKindMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TemporaryTableStrategy
supportsTemporaryTableNullConstraint, supportsTemporaryTablePrimaryKey
-
Constructor Details
-
HANAGlobalTemporaryTableStrategy
public HANAGlobalTemporaryTableStrategy()
-
-
Method Details
-
getTemporaryTableCreateCommand
Description copied from interface:TemporaryTableStrategyThe command to create a temporary table.- Specified by:
getTemporaryTableCreateCommandin interfaceTemporaryTableStrategy- Overrides:
getTemporaryTableCreateCommandin classStandardGlobalTemporaryTableStrategy
-
getTemporaryTableTruncateCommand
Description copied from interface:TemporaryTableStrategyThe command to truncate a temporary table.- Specified by:
getTemporaryTableTruncateCommandin interfaceTemporaryTableStrategy- Overrides:
getTemporaryTableTruncateCommandin classStandardGlobalTemporaryTableStrategy
-