Uses of Interface
com.liferay.portal.kernel.dao.orm.Session
Packages that use Session
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
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 SessionFields in com.liferay.portal.kernel.dao.orm declared as SessionMethods in com.liferay.portal.kernel.dao.orm that return SessionModifier and TypeMethodDescriptionSessionFactory.getCurrentSession()
SessionFactory.openNewSession
(Connection connection) SessionFactory.openSession()
Methods in com.liferay.portal.kernel.dao.orm with parameters of type SessionConstructors in com.liferay.portal.kernel.dao.orm with parameters of type Session -
Uses of Session in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return SessionModifier and TypeMethodDescriptionBasePersistence.getCurrentSession()
BasePersistence.openSession()
Methods in com.liferay.portal.kernel.service.persistence with parameters of type Session -
Uses of Session in com.liferay.portal.kernel.service.persistence.impl
Methods in com.liferay.portal.kernel.service.persistence.impl that return SessionModifier and TypeMethodDescriptionBasePersistenceImpl.getCurrentSession()
BasePersistenceImpl.openNewSession
(Connection connection) BasePersistenceImpl.openSession()
Methods in com.liferay.portal.kernel.service.persistence.impl with parameters of type Session