class AbstractDetachedCriteria.DetachedProjections extends Object implements ProjectionList
| Type | Name and description |
|---|---|
List<Query.Projection> |
projections |
| Constructor and description |
|---|
DetachedProjections(Projection> projections) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
ProjectionList |
avg(String name) |
|
ProjectionList |
count() |
|
ProjectionList |
countDistinct(String property) |
|
ProjectionList |
distinct(String property) |
|
ProjectionList |
distinct() |
|
ProjectionList |
groupProperty(String property) |
|
ProjectionList |
id() |
|
ProjectionList |
max(String name) |
|
ProjectionList |
min(String name) |
|
ProjectionList |
property(String name) |
|
ProjectionList |
rowCount() |
|
ProjectionList |
sum(String name) |
Groovy Documentation