Uses of Enum Class
org.hibernate.boot.TempTableDdlTransactionHandling
Packages that use TempTableDdlTransactionHandling
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of TempTableDdlTransactionHandling in org.hibernate.boot
Subclasses with type arguments of type TempTableDdlTransactionHandling in org.hibernate.bootMethods in org.hibernate.boot that return TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionDeprecated.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.Methods in org.hibernate.boot with parameters of type TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionSessionFactoryBuilder.applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) Deprecated, for removal: This API element is subject to removal in a future version.This has no effect and will be removed. -
Uses of TempTableDdlTransactionHandling in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getTempTableDdlTransactionHandling()Deprecated.SessionFactoryOptions.getTempTableDdlTransactionHandling()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.boot.spi with parameters of type TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) Deprecated. -
Uses of TempTableDdlTransactionHandling in org.hibernate.dialect
Methods in org.hibernate.dialect that return TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionDialect.getTemporaryTableDdlTransactionHandling()Deprecated.No dialect currently overrides this, so it's obsolete
TempTableDdlTransactionHandling.NONE, so it's obsolete.