Liferay 6.2.0

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

Packages that use ProjectionList
com.liferay.portal.dao.orm.hibernate   
com.liferay.portal.dao.orm.jpa   
com.liferay.portal.kernel.dao.orm   
 

Uses of ProjectionList in com.liferay.portal.dao.orm.hibernate
 

Classes in com.liferay.portal.dao.orm.hibernate that implement ProjectionList
 class ProjectionListImpl
           
 

Methods in com.liferay.portal.dao.orm.hibernate that return ProjectionList
 ProjectionList ProjectionListImpl.add(Projection projection)
           
 ProjectionList ProjectionListImpl.add(Projection projection, String alias)
           
 ProjectionList ProjectionFactoryImpl.projectionList()
           
 

Uses of ProjectionList in com.liferay.portal.dao.orm.jpa
 

Methods in com.liferay.portal.dao.orm.jpa that return ProjectionList
 ProjectionList ProjectionFactoryImpl.projectionList()
           
 

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

Methods in com.liferay.portal.kernel.dao.orm that return ProjectionList
abstract  ProjectionList ProjectionList.add(Projection projection)
           
abstract  ProjectionList ProjectionList.add(Projection projection, String alias)
           
abstract  ProjectionList ProjectionFactory.projectionList()
           
static ProjectionList ProjectionFactoryUtil.projectionList()
           
 


Liferay 6.2.0