| CollectionJoinImplementor<Z,X> |
|
| ExpressionImplementor<T> |
Internal contract for implementations of the JPA Expression contract.
|
| FromImplementor<Z,X> |
Implementation contract for the JPA From interface.
|
| JoinImplementor<Z,X> |
Consolidates the Join and Fetch hierarchies since that is how we implement them.
|
| ListJoinImplementor<Z,X> |
|
| MapJoinImplementor<Z,K,V> |
|
| ParameterContainer |
Contract for query components capable of either being a parameter or containing parameters.
|
| ParameterRegistry |
A registry for parameters.
|
| PathImplementor<X> |
Implementation contract for the JPA Path interface.
|
| PathSource<X> |
Implementation contract for things which can be the source (parent, left-hand-side, etc) of a path
|
| Renderable |
Contract for nodes in the JPA Criteria tree that can be rendered
as part of criteria "compilation"
|
| SelectionImplementor<X> |
TODO : javadoc
|
| SetJoinImplementor<Z,X> |
|
| TupleElementImplementor<X> |
TODO : javadoc
|
| ValueHandlerFactory.ValueHandler<T> |
|