Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
Property
A factory for property-specific criterion and projection instances
|
Modifier and Type | Method and Description |
---|---|
PropertyProjection |
Property.group()
Creates a projection for this property as a group expression
|
static PropertyProjection |
Projections.groupProperty(String propertyName)
A grouping property value projection
|
static PropertyProjection |
Projections.property(String propertyName)
A property value projection
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.