Uses of Class
org.hibernate.dialect.temptable.TemporaryTableKind
-
Packages that use TemporaryTableKind Package Description org.hibernate.dialect org.hibernate.dialect.temptable -
-
Uses of TemporaryTableKind in org.hibernate.dialect
Methods in org.hibernate.dialect that return TemporaryTableKind Modifier and Type Method Description TemporaryTableKindAbstractTransactSQLDialect. getSupportedTemporaryTableKind()TemporaryTableKindDerbyDialect. getSupportedTemporaryTableKind()TemporaryTableKindDialect. getSupportedTemporaryTableKind()TemporaryTableKindH2Dialect. getSupportedTemporaryTableKind()TemporaryTableKindHANAColumnStoreDialect. getSupportedTemporaryTableKind()TemporaryTableKindHANARowStoreDialect. getSupportedTemporaryTableKind()TemporaryTableKindHSQLDialect. getSupportedTemporaryTableKind()TemporaryTableKindMySQLDialect. getSupportedTemporaryTableKind()TemporaryTableKindOracleDialect. getSupportedTemporaryTableKind() -
Uses of TemporaryTableKind in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return TemporaryTableKind Modifier and Type Method Description static TemporaryTableKindTemporaryTableKind. 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.
-