public class CollectionJoinImpl<Z,X> extends JoinImpl<Z,X>
Purpose: Contains the implementation of the CollectionJoin interface of the JPA criteria API.
Description: This class represents a join of an attribute through a collection .
From,
Serialized FormcorrelatedParent, fetches, isFetch, isJoin, joins, managedTypemodelArtifact, pathParentisLiteral, literal, metamodelalias, currentNode, javaType| Constructor and Description |
|---|
CollectionJoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact) |
CollectionJoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact,
JoinType joinType) |
CollectionJoinImpl(<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.
|
CollectionJoinImpl<Z,X> |
on(<any> restriction) |
CollectionJoinImpl<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 CollectionJoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact)
public CollectionJoinImpl(<any> parentPath,
ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
<any> modelArtifact,
JoinType joinType)