public class VerifySessionFactoryWrapper extends java.lang.Object implements SessionFactory
| Constructor and Description |
|---|
VerifySessionFactoryWrapper(SessionFactoryImpl sessionFactoryImpl) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeSession(Session session) |
static SessionFactory |
createVerifySessionFactoryWrapper(SessionFactoryImpl sessionFactoryImpl) |
Session |
getCurrentSession() |
Dialect |
getDialect() |
Session |
openNewSession(java.sql.Connection connection) |
Session |
openSession() |
public VerifySessionFactoryWrapper(SessionFactoryImpl sessionFactoryImpl)
public static SessionFactory createVerifySessionFactoryWrapper(SessionFactoryImpl sessionFactoryImpl)
public void closeSession(Session session) throws ORMException
closeSession in interface SessionFactoryORMExceptionpublic Session getCurrentSession() throws ORMException
getCurrentSession in interface SessionFactoryORMExceptionpublic Dialect getDialect() throws ORMException
getDialect in interface SessionFactoryORMExceptionpublic Session openNewSession(java.sql.Connection connection) throws ORMException
openNewSession in interface SessionFactoryORMExceptionpublic Session openSession() throws ORMException
openSession in interface SessionFactoryORMException