类 Helper
- java.lang.Object
-
- org.hibernate.hql.spi.id.local.Helper
-
public class Helper extends Object
- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidcreateTempTable(IdTableInfoImpl idTableInfo, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)protected voidreleaseTempTable(IdTableInfoImpl idTableInfo, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)
-
-
-
字段详细资料
-
INSTANCE
public static final Helper INSTANCE
Singleton access
-
-
方法详细资料
-
createTempTable
public void createTempTable(IdTableInfoImpl idTableInfo, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)
-
releaseTempTable
protected void releaseTempTable(IdTableInfoImpl idTableInfo, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)
-
-