com.liferay.portal.kernel.dao.orm
Interface SessionFactory


public interface SessionFactory

View Source

Author:
Brian Wing Shun Chan

Method Summary
 void closeSession(Session session)
           
 Dialect getDialect()
           
 Session openSession()
           
 

Method Detail

closeSession

void closeSession(Session session)
                  throws ORMException
Throws:
ORMException

getDialect

Dialect getDialect()
                   throws ORMException
Throws:
ORMException

openSession

Session openSession()
                    throws ORMException
Throws:
ORMException