Liferay 6.0.5

com.liferay.portal.dao.orm.hibernate
Class SessionFactoryImpl

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.SessionFactoryImpl
All Implemented Interfaces:
SessionFactory

public class SessionFactoryImpl
extends Object
implements SessionFactory


Constructor Summary
SessionFactoryImpl()
           
 
Method Summary
 void closeSession(Session session)
           
 Dialect getDialect()
           
 org.hibernate.engine.SessionFactoryImplementor getSessionFactoryImplementor()
           
 Session openNewSession(Connection connection)
           
 Session openSession()
           
 void setSessionFactoryClassLoader(ClassLoader sessionFactoryClassLoader)
           
 void setSessionFactoryImplementor(org.hibernate.engine.SessionFactoryImplementor sessionFactoryImplementor)
           
protected  Session wrapSession(org.hibernate.Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionFactoryImpl

public SessionFactoryImpl()
Method Detail

closeSession

public void closeSession(Session session)
                  throws ORMException
Specified by:
closeSession in interface SessionFactory
Throws:
ORMException

getDialect

public Dialect getDialect()
                   throws ORMException
Specified by:
getDialect in interface SessionFactory
Throws:
ORMException

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)

wrapSession

protected Session wrapSession(org.hibernate.Session session)

Liferay 6.0.5