Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
AvgProjection
An avg() projection
|
class |
CountProjection
A count
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.