类 Helper
- java.lang.Object
-
- org.hibernate.hql.spi.id.persistent.Helper
-
public class Helper extends Object
- 作者:
- Steve Ebersole
-
-
字段概要
字段 修饰符和类型 字段 说明 static HelperINSTANCESingleton accessstatic StringSESSION_ID_COLUMN_NAME
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidbindSessionIdentifier(PreparedStatement ps, SharedSessionContractImplementor session, int position)voidcleanUpRows(String tableName, SharedSessionContractImplementor session)
-
-
-
方法详细资料
-
bindSessionIdentifier
public void bindSessionIdentifier(PreparedStatement ps, SharedSessionContractImplementor session, int position) throws SQLException
- 抛出:
SQLException
-
cleanUpRows
public void cleanUpRows(String tableName, SharedSessionContractImplementor session)
-
-