|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregateProjection | |
---|---|
org.hibernate.criterion | A framework for defining restriction criteria and order criteria. |
Uses of AggregateProjection in org.hibernate.criterion |
---|
Subclasses of AggregateProjection in org.hibernate.criterion | |
---|---|
class |
AvgProjection
|
class |
CountProjection
A count |
Methods in org.hibernate.criterion that return AggregateProjection | |
---|---|
AggregateProjection |
Property.avg()
|
static AggregateProjection |
Projections.avg(String propertyName)
A property average value |
AggregateProjection |
Property.max()
|
static AggregateProjection |
Projections.max(String propertyName)
A property maximum value |
AggregateProjection |
Property.min()
|
static AggregateProjection |
Projections.min(String propertyName)
A property minimum value |
static AggregateProjection |
Projections.sum(String propertyName)
A property value sum |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |