Package org.hibernate.dialect.temptable
Class StandardTemporaryTableExporter
java.lang.Object
org.hibernate.dialect.temptable.StandardTemporaryTableExporter
- All Implemented Interfaces:
TemporaryTableExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Deprecated, for removal: This API element is subject to removal in a future version.protected String
getCreateCommand
(TemporaryTableStrategy temporaryTableStrategy) protected String
Deprecated, for removal: This API element is subject to removal in a future version.protected String
getCreateOptions
(TemporaryTableStrategy temporaryTableStrategy) protected String
Deprecated, for removal: This API element is subject to removal in a future version.protected String
getDropCommand
(TemporaryTableStrategy temporaryTableStrategy) getSqlCreateCommand
(TemporaryTable temporaryTable) getSqlDropCommand
(TemporaryTable temporaryTable) getSqlTruncateCommand
(TemporaryTable temporaryTable, Function<SharedSessionContractImplementor, String> sessionUidAccess, SharedSessionContractImplementor session) protected String
Deprecated, for removal: This API element is subject to removal in a future version.protected String
getTruncateTableCommand
(TemporaryTableStrategy temporaryTableStrategy)
-
Constructor Details
-
StandardTemporaryTableExporter
-
-
Method Details
-
getCreateCommand
Deprecated, for removal: This API element is subject to removal in a future version. -
getCreateCommand
-
getCreateOptions
Deprecated, for removal: This API element is subject to removal in a future version. -
getCreateOptions
-
getDropCommand
Deprecated, for removal: This API element is subject to removal in a future version. -
getDropCommand
-
getTruncateTableCommand
Deprecated, for removal: This API element is subject to removal in a future version. -
getTruncateTableCommand
-
getSqlCreateCommand
- Specified by:
getSqlCreateCommand
in interfaceTemporaryTableExporter
-
getSqlDropCommand
- Specified by:
getSqlDropCommand
in interfaceTemporaryTableExporter
-