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,
SessionImplementor session,
int position) |
void |
cleanUpRows(String tableName,
SessionImplementor session) |
JDBCException |
convert(SessionFactoryImplementor factory,
SQLException e,
String message,
String sql) |
public static final Helper INSTANCE
public static final String SESSION_ID_COLUMN_NAME
public void bindSessionIdentifier(PreparedStatement ps, SessionImplementor session, int position) throws SQLException
SQLException
public void cleanUpRows(String tableName, SessionImplementor session)
public JDBCException convert(SessionFactoryImplementor factory, SQLException e, String message, String sql)
Copyright © 2016 JBoss by Red Hat. All rights reserved.