public class ListJoinImpl<Z,X> extends JoinImpl<Z,X>
Purpose: Contains the implementation of the Join interface of the JPA criteria API.
Description: This class represents a join of an attribute from a "From"element.
ListJoin,
Serialized FormcorrelatedParent, fetches, isFetch, isJoin, joins, managedTypemodelArtifact, pathParentisLiteral, literal, metamodelalias, currentNode, javaType| Constructor and Description |
|---|
ListJoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact) |
ListJoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact,
JoinType joinType) |
ListJoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact,
JoinType joinType,
FromImpl correlatedParent) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
getModel()
Return the metamodel representation for the collection.
|
<any> |
index() |
ListJoinImpl<Z,X> |
on(<any> restriction) |
ListJoinImpl<Z,X> |
on(Predicate... restrictions) |
buildExpressionForAs, getAttribute, getJoinType, getOn, getParentfetch, fetch, fetch, fetch, fetch, fetch, findJoinFetches, findJoins, get, get, get, get, getCorrelationParent, getFetches, getJoins, isCorrelated, isFrom, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet, typeclone, findRootAndParameters, getParentPathas, in, in, in, in, isCompoundExpression, isExpression, isJunction, isLiteral, isNotNull, isNull, isParameter, isPredicate, isSubqueryalias, getAlias, getCompoundSelectionItems, getCurrentNode, getJavaType, isCompoundSelection, isConstructor, isRootpublic ListJoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact)
public ListJoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact,
JoinType joinType)