public class ProjectionListImpl extends ProjectionImpl implements com.liferay.portal.kernel.dao.orm.ProjectionList
| Constructor and Description |
|---|
ProjectionListImpl(org.hibernate.criterion.ProjectionList projectionList) |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.dao.orm.ProjectionList |
add(com.liferay.portal.kernel.dao.orm.Projection projection) |
com.liferay.portal.kernel.dao.orm.ProjectionList |
add(com.liferay.portal.kernel.dao.orm.Projection projection,
String alias) |
org.hibernate.criterion.ProjectionList |
getWrappedProjectionList() |
getWrappedProjection, toStringpublic ProjectionListImpl(org.hibernate.criterion.ProjectionList projectionList)
public com.liferay.portal.kernel.dao.orm.ProjectionList add(com.liferay.portal.kernel.dao.orm.Projection projection)
add in interface com.liferay.portal.kernel.dao.orm.ProjectionListpublic com.liferay.portal.kernel.dao.orm.ProjectionList add(com.liferay.portal.kernel.dao.orm.Projection projection,
String alias)
add in interface com.liferay.portal.kernel.dao.orm.ProjectionListpublic org.hibernate.criterion.ProjectionList getWrappedProjectionList()