public class Helper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Helper |
INSTANCE
Singleton access
|
static java.lang.String |
SESSION_ID_COLUMN_NAME |
Modifier and Type | Method and Description |
---|---|
void |
bindSessionIdentifier(java.sql.PreparedStatement ps,
SharedSessionContractImplementor session,
int position) |
void |
cleanUpRows(java.lang.String tableName,
SharedSessionContractImplementor session) |
public static final Helper INSTANCE
public static final java.lang.String SESSION_ID_COLUMN_NAME
public void bindSessionIdentifier(java.sql.PreparedStatement ps, SharedSessionContractImplementor session, int position) throws java.sql.SQLException
java.sql.SQLException
public void cleanUpRows(java.lang.String tableName, SharedSessionContractImplementor session)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.