| Interface | Description |
|---|---|
| CollectionJoinImplementor<Z,X> |
Specialization of
JoinImplementor for Collection typed attribute joins |
| ExpressionImplementor<T> |
Internal contract for implementations of the JPA
Expression contract. |
| FromImplementor<Z,X> |
Implementation contract for the JPA
From interface. |
| JoinImplementor<Z,X> | |
| ListJoinImplementor<Z,X> |
Specialization of
JoinImplementor for List typed attribute joins |
| MapJoinImplementor<Z,K,V> |
Specialization of
JoinImplementor for Map typed attribute joins |
| ParameterContainer |
Contract for query components capable of eirther 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 |
TODO : javadoc
|
| SelectionImplementor<X> |
TODO : javadoc
|
| SetJoinImplementor<Z,X> |
Specialization of
JoinImplementor for Set typed attribute joins |
| TupleElementImplementor<X> |
TODO : javadoc
|
| ValueHandlerFactory.ValueHandler<T> |
| Exception | Description |
|---|---|
| BasicPathUsageException |
Represents an incorrect usage of a basic path.
|
| IllegalDereferenceException |
Represents an illegal attempt to dereference from a
path source which
cannot be dereferenced. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.