Uses of Enum Class
org.hibernate.dialect.TempTableDdlTransactionHandling
Packages that use TempTableDdlTransactionHandling
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of TempTableDdlTransactionHandling in org.hibernate.dialect
Subclasses with type arguments of type TempTableDdlTransactionHandling in org.hibernate.dialectMethods in org.hibernate.dialect that return TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionDialect.getTemporaryTableDdlTransactionHandling()Deprecated.No dialect currently overrides this, so it's obsoleteDeprecated.Returns the enum constant of this class with the specified name.static TempTableDdlTransactionHandling[]TempTableDdlTransactionHandling.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
TempTableDdlTransactionHandling.NONE, so it's obsolete.