| AbstractEmptinessExpression |
Base expression implementation for (not) emptiness checking of collection properties
|
| AggregateProjection |
Base class for standard aggregation functions.
|
| Conjunction |
Defines a conjunction (AND series).
|
| CountProjection |
A count projection
|
| CriteriaQuery |
An instance of CriteriaQuery is passed to criterion,
order and projection instances when actually compiling and
executing the query.
|
| CriteriaSpecification |
Commonality between different types of Criteria.
|
| Criterion |
An object-oriented representation of a query criterion that may be used
as a restriction in a Criteria query.
|
| DetachedCriteria |
Models a detached form of a Criteria (not associated with a Session).
|
| Disjunction |
Defines a disjunction (OR series).
|
| EnhancedProjection |
An "enhanced" Projection for a Criteria query.
|
| Example |
Support for query by example.
|
| Example.AllPropertySelector |
Property selector that includes all properties
|
| Example.NotNullOrZeroPropertySelector |
Property selector that includes only properties that are not null and non-zero (if numeric)
|
| Example.NotNullPropertySelector |
Property selector that includes only properties that are not null
|
| Example.PropertySelector |
A strategy for choosing property values for inclusion in the query criteria.
|
| ForeingKeyProjection |
|
| IdentifierProjection |
A property value, or grouped property value
|
| Junction |
A sequence of a logical expressions combined by some
associative logical operator
|
| Junction.Nature |
The type of junction
|
| LogicalExpression |
Superclass of binary logical expressions
|
| MatchMode |
Represents a strategy for matching strings using "like".
|
| NaturalIdentifier |
An expression pertaining to an entity's defined natural identifier
|
| Order |
Represents an ordering imposed upon the results of a Criteria
|
| Projection |
An object-oriented representation of a query result set projection in a Criteria query.
|
| ProjectionList |
A projection that wraps other projections to allow selecting multiple values.
|
| Property |
A factory for property-specific criterion and projection instances
|
| PropertyExpression |
superclass for comparisons between two properties (with SQL binary operators)
|
| PropertyProjection |
A property value, or grouped property value
|
| Restrictions |
The criterion package may be used by applications as a framework for building
new kinds of Criterion.
|
| SimpleExpression |
superclass for "simple" comparisons (with SQL binary operators)
|
| SimpleProjection |
A single-column projection that may be aliased
|
| SubqueryExpression |
A criterion that involves a subquery
|