com.liferay.portal.kernel.dao.orm
Interface ProjectionFactory
- All Known Implementing Classes:
- ProjectionFactoryImpl, ProjectionFactoryImpl
public interface ProjectionFactory
alias
Projection alias(Projection projection,
String alias)
avg
Projection avg(String propertyName)
count
Projection count(String propertyName)
countDistinct
Projection countDistinct(String propertyName)
distinct
Projection distinct(Projection projection)
groupProperty
Projection groupProperty(String propertyName)
max
Projection max(String propertyName)
min
Projection min(String propertyName)
projectionList
ProjectionList projectionList()
property
Projection property(String propertyName)
rowCount
Projection rowCount()
sum
Projection sum(String propertyName)