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