| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
| org.hibernate.envers.query.criteria | |
| org.hibernate.loader.criteria |
This package defines the criteria query compiler and loader
|
| org.hibernate.spatial.criterion |
This extends the criterion API with spatial query expressions.
|
| org.hibernate.spatial.dialect.oracle.criterion |
A criterion API for Oracle Spatial (10g and later) using SDOGeometry.
|
| Class and Description |
|---|
| 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.
|
| 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. |
| Class and Description |
|---|
| 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.
|
| 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
|
| Class and Description |
|---|
| MatchMode
Represents a strategy for matching strings using "like".
|
| Class and Description |
|---|
| CriteriaQuery
An instance of CriteriaQuery is passed to criterion,
order and projection instances when actually compiling and
executing the query.
|
| Class and Description |
|---|
| CriteriaQuery
An instance of CriteriaQuery is passed to criterion,
order and projection instances when actually compiling and
executing the query.
|
| Criterion
An object-oriented representation of a query criterion that may be used
as a restriction in a Criteria query.
|
| Projection
An object-oriented representation of a query result set projection in a
Criteria query. |
| Class and Description |
|---|
| CriteriaQuery
An instance of CriteriaQuery is passed to criterion,
order and projection instances when actually compiling and
executing the query.
|
| Criterion
An object-oriented representation of a query criterion that may be used
as a restriction in a Criteria query.
|
| EnhancedProjection
An "enhanced" Projection for a
Criteria query. |
| Projection
An object-oriented representation of a query result set projection in a
Criteria query. |
| SimpleProjection
A single-column projection that may be aliased
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.