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
Methods in org.hibernate.boot that return TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TempTableDdlTransactionHandling[]
TempTableDdlTransactionHandling.values()
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) Specifies how temporary tables should be created or dropped with respect to transaction handling. -
Uses of TempTableDdlTransactionHandling in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionSessionFactoryOptionsBuilder.getTempTableDdlTransactionHandling()
Methods in org.hibernate.boot.internal with parameters of type TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionSessionFactoryBuilderImpl.applyTempTableDdlTransactionHandling
(TempTableDdlTransactionHandling handling) void
SessionFactoryOptionsBuilder.applyTempTableDdlTransactionHandling
(TempTableDdlTransactionHandling handling) -
Uses of TempTableDdlTransactionHandling in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getTempTableDdlTransactionHandling()
SessionFactoryOptions.getTempTableDdlTransactionHandling()
Methods in org.hibernate.boot.spi with parameters of type TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyTempTableDdlTransactionHandling
(TempTableDdlTransactionHandling handling) -
Uses of TempTableDdlTransactionHandling in org.hibernate.dialect
Methods in org.hibernate.dialect that return TempTableDdlTransactionHandlingModifier and TypeMethodDescriptionDialect.getTemporaryTableDdlTransactionHandling()
The sort of transaction handling to use when creating or dropping temporary tables.DialectDelegateWrapper.getTemporaryTableDdlTransactionHandling()