Module org.eclipse.persistence.jpa
Class BasicSetJoinImpl<Z,E>
java.lang.Object
org.eclipse.persistence.internal.jpa.querydef.SelectionImpl<E>
org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl<E>
org.eclipse.persistence.internal.jpa.querydef.PathImpl<E>
org.eclipse.persistence.internal.jpa.querydef.FromImpl<Z,E>
org.eclipse.persistence.internal.jpa.querydef.JoinImpl<Z,E>
org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl<Z,E>
org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl<Z,E>
- All Implemented Interfaces:
Expression<E>,Fetch<Z,,E> FetchParent<Z,,E> From<Z,,E> Join<Z,,E> Path<E>,PluralJoin<Z,,Set<E>, E> Selection<E>,SetJoin<Z,,E> TupleElement<E>,Serializable,Cloneable,InternalExpression,InternalSelection
Purpose: Represents a Join to a ElementCollection of basics.
Description: Represents a Join to a ElementCollection of basics. Special type of Join that does not allow further joins.
- Since:
- EclipseLink 1.2
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.querydef.FromImpl
correlatedParent, fetches, isFetch, isJoin, joins, managedTypeFields inherited from class org.eclipse.persistence.internal.jpa.querydef.PathImpl
modelArtifact, pathParentFields inherited from class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
isLiteral, literal, metamodelFields inherited from class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
alias, currentNode, javaType -
Constructor Summary
ConstructorsConstructorDescriptionBasicSetJoinImpl(Path<Z> parentPath, Metamodel metamodel, Class<E> javaClass, Expression expressionNode, Bindable<T> modelArtifact) BasicSetJoinImpl(Path<Z> parentPath, Metamodel metamodel, Class<E> javaClass, Expression expressionNode, Bindable<T> modelArtifact, JoinType joinType) -
Method Summary
Modifier and TypeMethodDescription<L,W, M extends Map<L, W>>
Expression<M> get(MapAttribute<E, L, W> map) Return the path corresponding to the referenced map-valued attribute.<Y,C extends Collection<Y>>
Expression<C> get(PluralAttribute<E, C, Y> collection) Return the path corresponding to the referenced collection-valued attribute.<Y> Path<Y> get(SingularAttribute<? super E, Y> att) Return the path corresponding to the referenced non-collection valued attribute.<Y> Path<Y> <Y> CollectionJoin<E, Y> join(CollectionAttribute<? super E, Y> collection, JoinType jt) join(ListAttribute<? super E, Y> list, JoinType jt) join(MapAttribute<? super E, L, W> map, JoinType jt) join(SetAttribute<? super E, Y> set, JoinType jt) join(SingularAttribute<? super E, Y> attribute, JoinType jt) <E,Y> Join <E, Y> <E,Y> CollectionJoin <E, Y> joinCollection(String attributeName, JoinType jt) <E,Y> ListJoin <E, Y> <E,L, W> MapJoin <E, L, W> <E,Y> SetJoin <E, Y> Expression<Class<? extends E>> type()Return an expression corresponding to the type of the path.Methods inherited from class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl
getModel, on, onMethods inherited from class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
buildExpressionForAs, getAttribute, getJoinType, getOn, getParentMethods inherited from class org.eclipse.persistence.internal.jpa.querydef.FromImpl
fetch, fetch, fetch, fetch, fetch, fetch, findJoinFetches, findJoins, getCorrelationParent, getFetches, getJoins, isCorrelated, isFrom, join, join, join, join, join, join, joinCollection, joinList, joinMap, joinSetMethods inherited from class org.eclipse.persistence.internal.jpa.querydef.PathImpl
clone, findRootAndParameters, getParentPathMethods inherited from class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
as, in, in, in, in, isCompoundExpression, isExpression, isJunction, isLiteral, isNotNull, isNull, isParameter, isPredicate, isSubqueryMethods inherited from class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
alias, getAlias, getCompoundSelectionItems, getCurrentNode, getJavaType, isCompoundSelection, isConstructor, isRoot, setJavaTypeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.persistence.criteria.Expression
as, in, in, in, in, isNotNull, isNullMethods inherited from interface jakarta.persistence.criteria.FetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetchesMethods inherited from interface jakarta.persistence.criteria.From
getCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, joinCollection, joinList, joinMap, joinSetMethods inherited from interface jakarta.persistence.criteria.Join
getAttribute, getJoinType, getOn, getParentMethods inherited from interface jakarta.persistence.criteria.Path
getParentPathMethods inherited from interface jakarta.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface jakarta.persistence.TupleElement
getAlias, getJavaType
-
Constructor Details
-
BasicSetJoinImpl
-
BasicSetJoinImpl
-
-
Method Details
-
get
Return the path corresponding to the referenced non-collection valued attribute. -
get
Return the path corresponding to the referenced collection-valued attribute. -
get
Return the path corresponding to the referenced map-valued attribute. -
type
Return an expression corresponding to the type of the path. -
get
-
join
-
join
-
join
-
join
-
join
-
join
-
joinCollection
- Specified by:
joinCollectionin interfaceFrom<Z,E> - Overrides:
joinCollectionin classFromImpl<Z,E>
-
joinList
-
joinMap
-
joinSet
-