public class CollectionJoinImpl<Z,X> extends JoinImpl<Z,X> implements javax.persistence.criteria.CollectionJoin<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 Form| Constructor and Description |
|---|
CollectionJoinImpl(javax.persistence.criteria.Path<Z> parentPath,
javax.persistence.metamodel.ManagedType managedType,
javax.persistence.metamodel.Metamodel metamodel,
java.lang.Class<X> javaClass,
Expression expressionNode,
javax.persistence.metamodel.Bindable<T> modelArtifact) |
CollectionJoinImpl(javax.persistence.criteria.Path<Z> parentPath,
javax.persistence.metamodel.ManagedType managedType,
javax.persistence.metamodel.Metamodel metamodel,
java.lang.Class<X> javaClass,
Expression expressionNode,
javax.persistence.metamodel.Bindable<T> modelArtifact,
javax.persistence.criteria.JoinType joinType) |
CollectionJoinImpl(javax.persistence.criteria.Path<Z> parentPath,
javax.persistence.metamodel.ManagedType managedType,
javax.persistence.metamodel.Metamodel metamodel,
java.lang.Class<X> javaClass,
Expression expressionNode,
javax.persistence.metamodel.Bindable<T> modelArtifact,
javax.persistence.criteria.JoinType joinType,
FromImpl correlatedParent) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.CollectionAttribute<? super Z,X> |
getModel()
Return the metamodel representation for the collection.
|
CollectionJoinImpl<Z,X> |
on(javax.persistence.criteria.Expression<java.lang.Boolean> restriction) |
CollectionJoinImpl<Z,X> |
on(javax.persistence.criteria.Predicate... restrictions) |
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, typefindRootAndParameters, getParentPathas, in, in, in, in, isCompoundExpression, isExpression, isJunction, isLiteral, isNotNull, isNull, isParameter, isPredicate, isSubqueryalias, getAlias, getCompoundSelectionItems, getCurrentNode, getJavaType, isCompoundSelection, isConstructor, isRootequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getJoinType, getOn, getParentgetCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetget, get, get, get, getParentPath, typeas, in, in, in, in, isNotNull, isNullpublic CollectionJoinImpl(javax.persistence.criteria.Path<Z> parentPath, javax.persistence.metamodel.ManagedType managedType, javax.persistence.metamodel.Metamodel metamodel, java.lang.Class<X> javaClass, Expression expressionNode, javax.persistence.metamodel.Bindable<T> modelArtifact)
public CollectionJoinImpl(javax.persistence.criteria.Path<Z> parentPath, javax.persistence.metamodel.ManagedType managedType, javax.persistence.metamodel.Metamodel metamodel, java.lang.Class<X> javaClass, Expression expressionNode, javax.persistence.metamodel.Bindable<T> modelArtifact, javax.persistence.criteria.JoinType joinType)
public CollectionJoinImpl(javax.persistence.criteria.Path<Z> parentPath, javax.persistence.metamodel.ManagedType managedType, javax.persistence.metamodel.Metamodel metamodel, java.lang.Class<X> javaClass, Expression expressionNode, javax.persistence.metamodel.Bindable<T> modelArtifact, javax.persistence.criteria.JoinType joinType, FromImpl correlatedParent)
public javax.persistence.metamodel.CollectionAttribute<? super Z,X> getModel()
getModel in interface javax.persistence.criteria.CollectionJoin<Z,X>getModel in interface javax.persistence.criteria.Path<X>getModel in interface javax.persistence.criteria.PluralJoin<Z,java.util.Collection<X>,X>getModel in class PathImpl<X>public CollectionJoinImpl<Z,X> on(javax.persistence.criteria.Expression<java.lang.Boolean> restriction)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference