See: Description
| Class | Description |
|---|---|
| CoalesceExpression<T> |
Implementation of JPA2 Criteria "Coalesce".
|
| CollectionJoinImpl<Z,E> |
Implementation of JPA2 Criteria "CollectionJoin".
|
| CompoundSelectionImpl<X> |
Implementation of JPA2 Criteria "CompoundSelection".
|
| ConcatExpression |
Representation of a CONCAT of two expressions.
|
| CriteriaBuilderImpl |
Implementation of JPA2 Criteria "CriteriaBuilder".
|
| CriteriaDeleteImpl<T> |
Implementation of a Criteria Delete query.
|
| CriteriaQueryImpl<T> |
Implementation of JPA2 Criteria "Query".
|
| CriteriaUpdateImpl<T> |
Implementation of a Criteria Update query.
|
| ExpressionImpl<T> |
Implementation of JPA2 Criteria "Expression".
|
| FetchImpl<Z,X> |
Implementation of JPA2 Criteria "Fetch".
|
| FromImpl<Z,X> |
Implementation of JPA2 Criteria "From".
|
| InPredicate<X> |
Representation of an IN expression, obtained from "QueryBuilder.in".
|
| JoinImpl<Z,X> |
Implementation of JPA2 Criteria "Join".
|
| JPQLHelper |
Helper class that assists in generating JPQL from "org.datanucleus.query.expression" expressions.
|
| ListJoinImpl<Z,E> |
Implementation of JPA2 Criteria "ListJoin".
|
| LiteralExpression<X> |
Representation of a Literal in a criteria query.
|
| MapJoinImpl<Z,K,V> |
Implementation of JPA2 Criteria "MapJoin".
|
| OrderImpl |
Implementation of JPA2 Criteria "Order".
|
| ParameterExpressionImpl<T> |
Implementation of JPA2 Criteria "ParameterExpression".
|
| PathImpl<Z,X> |
Implementation of JPA2 Criteria "Path".
|
| PluralJoinImpl<Z,C,E> |
Implementation of JPA2 Criteria "PluralJoin".
|
| PredicateImpl |
Implementation of JPA2 Criteria "Predicate".
|
| RootImpl<X> |
Implementation of JPA2 Criteria "Root".
|
| SetJoinImpl<Z,E> |
Implementation of JPA2 Criteria "SetJoin".
|
| SubqueryImpl<T> |
Implementation of JPA2 Criteria "Subquery".
|
| TreatPathImpl |
Treated (cast) form of a Path (in a WHERE clause).
|
| TreatRootImpl |
Treated (cast) form of a Root (in a WHERE clause).
|
Package providing an implementation of the JPA2 "criteria query" API.
Copyright © 2015. All rights reserved.