Uses of Class
org.hibernate.dialect.temptable.TemporaryTableKind
-
Packages that use TemporaryTableKind Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.temptable Support for temporary tables. -
-
Uses of TemporaryTableKind in org.hibernate.dialect
Methods in org.hibernate.dialect that return TemporaryTableKind Modifier and Type Method Description TemporaryTableKind
AbstractTransactSQLDialect. getSupportedTemporaryTableKind()
TemporaryTableKind
DerbyDialect. getSupportedTemporaryTableKind()
TemporaryTableKind
Dialect. getSupportedTemporaryTableKind()
The kind of temporary tables that are supported on this database.TemporaryTableKind
DialectDelegateWrapper. getSupportedTemporaryTableKind()
TemporaryTableKind
H2Dialect. getSupportedTemporaryTableKind()
TemporaryTableKind
HANAColumnStoreDialect. getSupportedTemporaryTableKind()
TemporaryTableKind
HANARowStoreDialect. getSupportedTemporaryTableKind()
TemporaryTableKind
HSQLDialect. getSupportedTemporaryTableKind()
TemporaryTableKind
MySQLDialect. getSupportedTemporaryTableKind()
TemporaryTableKind
OracleDialect. getSupportedTemporaryTableKind()
-
Uses of TemporaryTableKind in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return TemporaryTableKind Modifier and Type Method Description static TemporaryTableKind
TemporaryTableKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static TemporaryTableKind[]
TemporaryTableKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-