Uses of Class
org.hibernate.boot.TempTableDdlTransactionHandling
-
Packages that use TempTableDdlTransactionHandling Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.hql.spi.id.local -
-
Uses of TempTableDdlTransactionHandling in org.hibernate.boot
Methods in org.hibernate.boot that return TempTableDdlTransactionHandling Modifier and Type Method Description static TempTableDdlTransactionHandlingTempTableDdlTransactionHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static TempTableDdlTransactionHandling[]TempTableDdlTransactionHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot with parameters of type TempTableDdlTransactionHandling Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) -
Uses of TempTableDdlTransactionHandling in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TempTableDdlTransactionHandling Modifier and Type Method Description TempTableDdlTransactionHandlingAbstractDelegatingSessionFactoryOptions. getTempTableDdlTransactionHandling()TempTableDdlTransactionHandlingSessionFactoryOptions. getTempTableDdlTransactionHandling()Methods in org.hibernate.boot.spi with parameters of type TempTableDdlTransactionHandling Modifier and Type Method Description TAbstractDelegatingSessionFactoryBuilder. applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) -
Uses of TempTableDdlTransactionHandling in org.hibernate.hql.spi.id.local
Methods in org.hibernate.hql.spi.id.local with parameters of type TempTableDdlTransactionHandling Modifier and Type Method Description voidHelper. createTempTable(IdTableInfoImpl idTableInfo, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)protected voidHelper. releaseTempTable(IdTableInfoImpl idTableInfo, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)Constructors in org.hibernate.hql.spi.id.local with parameters of type TempTableDdlTransactionHandling Constructor Description LocalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling)
-