| AbstractQueryImpl<T> |
Purpose: Contains the implementation of the AbstractQuery interface of
the JPA criteria API.
|
| BasicCollectionJoinImpl<Z,E> |
Purpose: Represents a Join to a ElementCollection of basics.
|
| BasicListJoinImpl<Z,E> |
Purpose: Represents a Join to a ElementCollection of basics.
|
| BasicMapJoinImpl<Z,K,E> |
Purpose: Represents a Join to a ElementCollection of basics.
|
| BasicSetJoinImpl<Z,E> |
Purpose: Represents a Join to a ElementCollection of basics.
|
| CollectionJoinImpl<Z,X> |
Purpose: Contains the implementation of the CollectionJoin interface of the JPA
criteria API.
|
| CommonAbstractCriteriaImpl<T> |
Purpose: Contains the implementation of the CommonAbstractCriteria interface of
the JPA criteria API.
|
| CompoundExpressionImpl |
Purpose: Contains the implementation of the Predicate interface of the JPA
criteria API.
|
| CompoundSelectionImpl |
Purpose: Contains the implementation of the Selection interface of the JPA
criteria API.
|
| ConstructorSelectionImpl |
Purpose: Contains the implementation of the Selection interface of the JPA
criteria API.
|
| CriteriaBuilderImpl |
|
| CriteriaDeleteImpl<T> |
Purpose: Contains the implementation of the CriteriaDelete interface of
the JPA criteria API.
|
| CriteriaQueryImpl<T> |
Purpose: Contains the implementation of the CriteriaQuery interface of
the JPA criteria API.
|
| CriteriaUpdateImpl<T> |
Purpose: Contains the implementation of the CriteriaUpdate interface of
the JPA criteria API.
|
| ExpressionImpl<X> |
Purpose: Represents an Expression in the Criteria API heirarchy.
|
| FromImpl<Z,X> |
Purpose: Contains the implementation of the From interface of the JPA
criteria API.
|
| FunctionExpressionImpl<X> |
Purpose: Contains the implementation of the Predicate interface of the JPA
criteria API.
|
| InImpl<T> |
Purpose: Contains the implementation of the In interface of the JPA
criteria API.
|
| JoinImpl<Z,X> |
Purpose: Contains the implementation of the Join interface of the JPA
criteria API.
|
| ListJoinImpl<Z,X> |
Purpose: Contains the implementation of the Join interface of the JPA
criteria API.
|
| MapJoinImpl<Z,K,V> |
Purpose: Contains the implementation of the Join interface of the JPA
criteria API.
|
| OrderImpl |
|
| ParameterExpressionImpl<T> |
|
| PathImpl<X> |
Purpose: Contains the implementation of the Path interface of the JPA
criteria API.
|
| PredicateImpl |
Purpose: Contains the implementation of the Predicate interface of the JPA
criteria API.
|
| RootImpl<X> |
Purpose: Contains the implementation of the Root interface of the JPA
criteria API.
|
| SelectionImpl<X> |
Purpose: Contains the implementation of the Selection interface of the JPA
criteria API.
|
| SetJoinImpl<Z,X> |
Purpose: Contains the implementation of the Join interface of the JPA
criteria API.
|
| SubQueryImpl<T> |
Purpose: Contains the implementation of the SubQuery interface of the JPA
criteria API.
|
| TupleImpl |
|
| TupleQuery |
Purpose: This is a special subclass of the ReportQuery that constructs Tuple results.
|