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()
The kind of temporary tables that are supported on this database.DialectDelegateWrapper.getSupportedTemporaryTableKind()
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 TypeMethodDescriptionstatic 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.