Interface ProjectionFactory
public interface ProjectionFactory
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionalias
(Projection projection, String alias) countDistinct
(String propertyName) distinct
(Projection projection) groupProperty
(String propertyName) rowCount()
sqlGroupProjection
(String sql, String groupBy, String[] columnAliases, Type[] types) sqlProjection
(String sql, String[] columnAliases, Type[] types)
-
Method Details
-
alias
-
avg
-
count
-
countDistinct
-
distinct
-
groupProperty
-
max
-
min
-
projectionList
ProjectionList projectionList() -
property
-
rowCount
Projection rowCount() -
sqlGroupProjection
-
sqlProjection
-
sum
-