Uses of Enum Class
org.hibernate.dialect.temptable.TemporaryTableKind
Packages that use TemporaryTableKind
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for temporary tables.
-
Uses of TemporaryTableKind in org.hibernate.dialect
Methods in org.hibernate.dialect that return TemporaryTableKindModifier and TypeMethodDescriptionAbstractTransactSQLDialect.getSupportedTemporaryTableKind()
Dialect.getSupportedTemporaryTableKind()
Deprecated, for removal: This API element is subject to removal in a future version.H2Dialect.getSupportedTemporaryTableKind()
HANADialect.getSupportedTemporaryTableKind()
HSQLDialect.getSupportedTemporaryTableKind()
MySQLDialect.getSupportedTemporaryTableKind()
OracleDialect.getSupportedTemporaryTableKind()
-
Uses of TemporaryTableKind in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return TemporaryTableKindModifier and TypeMethodDescriptionLegacyTemporaryTableStrategy.getTemporaryTableKind()
Deprecated, for removal: This API element is subject to removal in a future version.PersistentTemporaryTableStrategy.getTemporaryTableKind()
StandardGlobalTemporaryTableStrategy.getTemporaryTableKind()
StandardLocalTemporaryTableStrategy.getTemporaryTableKind()
TemporaryTable.getTemporaryTableKind()
TemporaryTableStrategy.getTemporaryTableKind()
The kind of temporary tables that are supported on this database.static TemporaryTableKind
Returns the enum constant of this class with the specified name.static TemporaryTableKind[]
TemporaryTableKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.dialect.temptable with parameters of type TemporaryTableKindModifier and TypeMethodDescriptionstatic TemporaryTable
TemporaryTable.createEntityTable
(PersistentClass persistentClass, Function<String, String> temporaryTableNameAdjuster, TemporaryTableKind temporaryTableKind, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext) static TemporaryTable
TemporaryTable.createIdTable
(PersistentClass persistentClass, Function<String, String> temporaryTableNameAdjuster, TemporaryTableKind temporaryTableKind, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)