| Interface | Description |
|---|---|
| BaseQuery<T> |
| Class | Description |
|---|---|
| AbstractCriteriaQueryImpl<T> |
the definition of the functionality that is common to both top-level queries and subqueries.
|
| AbstractSelection<X> |
The definition of an item that is to be returned in a query result.
|
| BaseQueryImpl<T> |
Commons super class for criteria queries.
|
| CompoundSelectionImpl<X> |
The implementation of
CompoundSelection. |
| CriteriaBuilderImpl |
Used to construct criteria queries, compound selections, expressions, predicates, orderings.
|
| CriteriaDeleteImpl<T> |
Implementation of CriteriaDelete.
|
| CriteriaModify<T> |
Base class for for the update and delete criterias.
|
| CriteriaQueryImpl<T> |
Base of the
CriteriaQueryImpl that performs the SQL generations. |
| CriteriaUpdateImpl<T> |
Implementation of CriteriaUpdate.
|
| EntryImpl<K,V> |
Entry for Map collections
|
| InPredicate<T> |
Predicate for In expressions.
|
| OrderImpl |
Implementation of
Order. |
| QueryImpl<X> |
The type used to control the execution of typed queries.
|
| RootImpl<X> |
A root type in the from clause.
|
| SubqueryImpl<T> |
The implementation of sub query.
|
| SubQueryStub<T> | |
| TupleElementImpl<X> |
The definition of an element that is returned in a query result tuple.
|
| TupleImpl |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.