Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.dao.orm.Session

Packages that use Session
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of Session in com.liferay.portal.kernel.dao.orm
 

Classes in com.liferay.portal.kernel.dao.orm that implement Session
 class ClassLoaderSession
           
 

Methods in com.liferay.portal.kernel.dao.orm that return Session
 Session SessionFactory.getCurrentSession()
           
 Session SessionFactory.openNewSession(Connection connection)
           
 Session SessionFactory.openSession()
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type Session
 void SessionFactory.closeSession(Session session)
           
 void DynamicQuery.compile(Session session)
           
 

Constructors in com.liferay.portal.kernel.dao.orm with parameters of type Session
ClassLoaderSession(Session session, ClassLoader classLoader)
           
 

Uses of Session in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util with parameters of type Session
static void TreePathUtil.rebuildTree(Session session, long companyId, String tableName, String parentTableName, String parentPrimaryKeyColumnName, boolean statusColumn)
          Deprecated. As of 7.0.0, with no direct replacement
protected static void TreePathUtil.rebuildTree(Session session, long companyId, String tableName, String parentTableName, String parentPrimaryKeyColumnName, boolean statusColumn, boolean rootParent)
          Deprecated. As of 7.0.0, with no direct replacement
 

Uses of Session in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Session
 Session BasePersistence.getCurrentSession()
           
 Session BasePersistence.openSession()
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Session
 void BasePersistence.closeSession(Session session)
           
 void BatchSession.delete(Session session, BaseModel<?> model)
          Deprecated. Deletes the model instance in the database, and possibly flushes the session.
static void BatchSessionUtil.delete(Session session, BaseModel<?> model)
          Deprecated.  
 void BatchSession.update(Session session, BaseModel<?> model, boolean merge)
          Deprecated. Updates the model instance in the database or adds it if it does not yet exist, and possibly flushes the session.
static void BatchSessionUtil.update(Session session, BaseModel<?> model, boolean merge)
          Deprecated.  
 

Uses of Session in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that return Session
 Session BasePersistenceImpl.getCurrentSession()
           
 Session BasePersistenceImpl.openNewSession(Connection connection)
           
 Session BasePersistenceImpl.openSession()
           
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type Session
 void BasePersistenceImpl.closeSession(Session session)
           
 


Liferay 6.2-ce-ga5