Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Class and Description |
---|---|
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 |
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
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.