public interface SessionFactory
| Modifier and Type | Method and Description |
|---|---|
void |
closeSession(Session session) |
Session |
getCurrentSession() |
Dialect |
getDialect() |
Session |
openNewSession(Connection connection) |
Session |
openSession() |
void closeSession(Session session) throws ORMException
ORMExceptionSession getCurrentSession() throws ORMException
ORMExceptionDialect getDialect() throws ORMException
ORMExceptionSession openNewSession(Connection connection) throws ORMException
ORMExceptionSession openSession() throws ORMException
ORMException