class |
AggregateProjection |
Base class for standard aggregation functions.
|
class |
AliasedProjection |
Represents a projection that specifies an alias
|
class |
AvgProjection |
An avg() projection
|
class |
CountProjection |
A count projection
|
class |
Distinct |
A wrappedProjection that is a wrapper around other projections to apply distinction.
|
class |
ForeingKeyProjection |
|
class |
IdentifierProjection |
A property value, or grouped property value
|
class |
ProjectionList |
A projection that wraps other projections to allow selecting multiple values.
|
class |
Property |
A factory for property-specific criterion and projection instances
|
class |
PropertyProjection |
A property value, or grouped property value
|
class |
RowCountProjection |
A row count
|
class |
SimpleProjection |
A single-column projection that may be aliased
|