类的使用
org.hibernate.hql.spi.id.local.AfterUseAction
-
使用AfterUseAction的程序包 程序包 说明 org.hibernate.hql.spi.id.global org.hibernate.hql.spi.id.local -
-
org.hibernate.hql.spi.id.global中AfterUseAction的使用
参数类型为AfterUseAction的org.hibernate.hql.spi.id.global中的构造器 构造器 说明 GlobalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport, AfterUseAction afterUseAction)GlobalTemporaryTableBulkIdStrategy(AfterUseAction afterUseAction) -
org.hibernate.hql.spi.id.local中AfterUseAction的使用
返回AfterUseAction的org.hibernate.hql.spi.id.local中的方法 修饰符和类型 方法 说明 static AfterUseActionAfterUseAction. valueOf(String name)返回带有指定名称的该类型的枚举常量。static AfterUseAction[]AfterUseAction. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为AfterUseAction的org.hibernate.hql.spi.id.local中的方法 修饰符和类型 方法 说明 protected voidHelper. releaseTempTable(IdTableInfoImpl idTableInfo, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)参数类型为AfterUseAction的org.hibernate.hql.spi.id.local中的构造器 构造器 说明 LocalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling)
-