类的使用
org.hibernate.boot.TempTableDdlTransactionHandling
-
使用TempTableDdlTransactionHandling的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.hql.spi.id.local -
-
org.hibernate.boot中TempTableDdlTransactionHandling的使用
返回TempTableDdlTransactionHandling的org.hibernate.boot中的方法 修饰符和类型 方法 说明 static TempTableDdlTransactionHandlingTempTableDdlTransactionHandling. valueOf(String name)返回带有指定名称的该类型的枚举常量。static TempTableDdlTransactionHandling[]TempTableDdlTransactionHandling. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为TempTableDdlTransactionHandling的org.hibernate.boot中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilder. applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) -
org.hibernate.boot.internal中TempTableDdlTransactionHandling的使用
返回TempTableDdlTransactionHandling的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 TempTableDdlTransactionHandlingSessionFactoryOptionsBuilder. getTempTableDdlTransactionHandling()参数类型为TempTableDdlTransactionHandling的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilderImpl. applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling)voidSessionFactoryOptionsBuilder. applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) -
org.hibernate.boot.spi中TempTableDdlTransactionHandling的使用
返回TempTableDdlTransactionHandling的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 TempTableDdlTransactionHandlingAbstractDelegatingSessionFactoryOptions. getTempTableDdlTransactionHandling()TempTableDdlTransactionHandlingSessionFactoryOptions. getTempTableDdlTransactionHandling()参数类型为TempTableDdlTransactionHandling的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 TAbstractDelegatingSessionFactoryBuilder. applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) -
org.hibernate.hql.spi.id.local中TempTableDdlTransactionHandling的使用
参数类型为TempTableDdlTransactionHandling的org.hibernate.hql.spi.id.local中的方法 修饰符和类型 方法 说明 voidHelper. createTempTable(IdTableInfoImpl idTableInfo, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)protected voidHelper. releaseTempTable(IdTableInfoImpl idTableInfo, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)参数类型为TempTableDdlTransactionHandling的org.hibernate.hql.spi.id.local中的构造器 构造器 说明 LocalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling)
-