com.liferay.portal.dao.orm.hibernate
Class SessionFactoryImpl
java.lang.Object
com.liferay.portal.dao.orm.hibernate.SessionFactoryImpl
- All Implemented Interfaces:
- SessionFactory
- Direct Known Subclasses:
- PortletSessionFactoryImpl
public class SessionFactoryImpl
- extends Object
- implements SessionFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionFactoryImpl
public SessionFactoryImpl()
closeSession
public void closeSession(Session session)
throws ORMException
- Specified by:
closeSession in interface SessionFactory
- Throws:
ORMException
getCurrentSession
public Session getCurrentSession()
throws ORMException
- Specified by:
getCurrentSession in interface SessionFactory
- Throws:
ORMException
getDialect
public Dialect getDialect()
throws ORMException
- Specified by:
getDialect in interface SessionFactory
- Throws:
ORMException
getSessionFactoryClassLoader
public ClassLoader getSessionFactoryClassLoader()
getSessionFactoryImplementor
public org.hibernate.engine.SessionFactoryImplementor getSessionFactoryImplementor()
openNewSession
public Session openNewSession(Connection connection)
throws ORMException
- Specified by:
openNewSession in interface SessionFactory
- Throws:
ORMException
openSession
public Session openSession()
throws ORMException
- Specified by:
openSession in interface SessionFactory
- Throws:
ORMException
setSessionFactoryClassLoader
public void setSessionFactoryClassLoader(ClassLoader sessionFactoryClassLoader)
setSessionFactoryImplementor
public void setSessionFactoryImplementor(org.hibernate.engine.SessionFactoryImplementor sessionFactoryImplementor)
getPreloadClassLoaderClasses
protected Map<String,Class<?>> getPreloadClassLoaderClasses()
wrapSession
protected Session wrapSession(org.hibernate.Session session)