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, managedType
Fields inherited from class org.eclipse.persistence.internal.jpa.querydef.PathImpl
modelArtifact, pathParent
Fields inherited from class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
isLiteral, literal, metamodel
Fields inherited from class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
alias, currentNode, javaType
-
Constructor Summary
ConstructorDescriptionBasicSetJoinImpl
(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, on
Methods inherited from class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
buildExpressionForAs, getAttribute, getJoinType, getOn, getParent
Methods 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, joinSet
Methods inherited from class org.eclipse.persistence.internal.jpa.querydef.PathImpl
clone, findRootAndParameters, getParentPath
Methods inherited from class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
as, in, in, in, in, isCompoundExpression, isExpression, isJunction, isLiteral, isNotNull, isNull, isParameter, isPredicate, isSubquery
Methods inherited from class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
alias, getAlias, getCompoundSelectionItems, getCurrentNode, getJavaType, isCompoundSelection, isConstructor, isRoot, setJavaType
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.persistence.criteria.Expression
as, in, in, in, in, isNotNull, isNull
Methods inherited from interface jakarta.persistence.criteria.FetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetches
Methods inherited from interface jakarta.persistence.criteria.From
getCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, joinCollection, joinList, joinMap, joinSet
Methods inherited from interface jakarta.persistence.criteria.Join
getAttribute, getJoinType, getOn, getParent
Methods inherited from interface jakarta.persistence.criteria.Path
getParentPath
Methods inherited from interface jakarta.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelection
Methods 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:
joinCollection
in interfaceFrom<Z,
E> - Overrides:
joinCollection
in classFromImpl<Z,
E>
-
joinList
-
joinMap
-
joinSet
-