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 projection
|
Modifier and Type | Method and Description |
---|---|
AggregateProjection |
Property.avg()
Creates a property avg projection
|
static AggregateProjection |
Projections.avg(String propertyName)
A property average value projection
|
AggregateProjection |
Property.max()
Creates a property max projection
|
static AggregateProjection |
Projections.max(String propertyName)
A property maximum value projection
|
AggregateProjection |
Property.min()
Creates a property min projection
|
static AggregateProjection |
Projections.min(String propertyName)
A property minimum value projection
|
static AggregateProjection |
Projections.sum(String propertyName)
A property value sum projection
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.