| Method Summary | |
|---|---|
| static Projection |
Assign an alias to a projection, by wrapping it |
| static AggregateProjection |
A property average value |
| static CountProjection |
A property value count |
| static CountProjection |
A distinct property value count |
| static Projection |
Create a distinct projection from a projection |
| static PropertyProjection |
A grouping property value |
| static IdentifierProjection |
A projected identifier value |
| static AggregateProjection |
A property maximum value |
| static AggregateProjection |
A property minimum value |
| static ProjectionList |
Create a new projection list |
| static PropertyProjection |
A projected property value |
| static Projection |
The query row count, ie. |
| static Projection |
A grouping SQL projection, specifying both select clause and group by clause fragments |
| static Projection |
A SQL projection, a typed select clause fragment |
| static AggregateProjection |
A property value sum |
| Methods inherited from java.langObject |
|---|
public static
Projection
sqlGroupProjection
(
String
sql,
String
groupBy,
String
[]
columnAliases,
Type
[]
types
)