Interface SessionFactory
- All Known Implementing Classes:
BasePersistenceImpl
public interface SessionFactory
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
closeSession
(Session session) openNewSession
(Connection connection)
-
Method Details
-
closeSession
- Throws:
ORMException
-
getCurrentSession
- Throws:
ORMException
-
getDialect
- Throws:
ORMException
-
openNewSession
- Throws:
ORMException
-
openSession
- Throws:
ORMException
-