Class PluralJoinImpl<Z,C,E>
- java.lang.Object
-
- org.datanucleus.api.jakarta.criteria.ExpressionImpl<X>
-
- org.datanucleus.api.jakarta.criteria.PathImpl<Z,X>
-
- org.datanucleus.api.jakarta.criteria.FromImpl<Z,X>
-
- org.datanucleus.api.jakarta.criteria.JoinImpl<Z,E>
-
- org.datanucleus.api.jakarta.criteria.PluralJoinImpl<Z,C,E>
-
- Type Parameters:
Z
- The source typeC
- The collection typeE
- The element type of the collection
- All Implemented Interfaces:
jakarta.persistence.criteria.Expression<E>
,jakarta.persistence.criteria.FetchParent<Z,E>
,jakarta.persistence.criteria.From<Z,E>
,jakarta.persistence.criteria.Join<Z,E>
,jakarta.persistence.criteria.Path<E>
,jakarta.persistence.criteria.PluralJoin<Z,C,E>
,jakarta.persistence.criteria.Selection<E>
,jakarta.persistence.TupleElement<E>
,Serializable
- Direct Known Subclasses:
CollectionJoinImpl
,ListJoinImpl
,MapJoinImpl
,SetJoinImpl
public class PluralJoinImpl<Z,C,E> extends JoinImpl<Z,E> implements jakarta.persistence.criteria.PluralJoin<Z,C,E>
Implementation of Jakarta Persistence Criteria "PluralJoin".- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.datanucleus.api.jakarta.criteria.FromImpl
fetchJoins, joins, type
-
Fields inherited from class org.datanucleus.api.jakarta.criteria.ExpressionImpl
cb
-
-
Constructor Summary
Constructors Constructor Description PluralJoinImpl(CriteriaBuilderImpl cb, FromImpl parent, PluralAttributeImpl<? super Z,Collection<E>,E> attr, jakarta.persistence.criteria.JoinType joinType)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.persistence.metamodel.PluralAttribute<? super Z,C,E>
getModel()
-
Methods inherited from class org.datanucleus.api.jakarta.criteria.JoinImpl
getAttribute, getJoinType, getOn, getParent, on, on
-
Methods inherited from class org.datanucleus.api.jakarta.criteria.FromImpl
fetch, fetch, fetch, fetch, fetch, fetch, getAttributeType, getCorrelationParent, getFetches, getJoins, getQueryExpression, getQueryExpression, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet, toString, toString
-
Methods inherited from class org.datanucleus.api.jakarta.criteria.PathImpl
get, get, get, get, getParentPath, getType, type
-
Methods inherited from class org.datanucleus.api.jakarta.criteria.ExpressionImpl
alias, as, getAlias, getCompoundSelectionItems, getJavaType, in, in, in, in, isCompoundSelection, isNotNull, isNull
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet
-
Methods inherited from interface jakarta.persistence.criteria.Join
getAttribute, getJoinType, getOn, getParent, on, on
-
Methods inherited from interface jakarta.persistence.criteria.Path
get, get, get, get, getParentPath, type
-
-
-
-
Constructor Detail
-
PluralJoinImpl
public PluralJoinImpl(CriteriaBuilderImpl cb, FromImpl parent, PluralAttributeImpl<? super Z,Collection<E>,E> attr, jakarta.persistence.criteria.JoinType joinType)
Constructor- Parameters:
cb
- Criteria Builderparent
- Parent componentattr
- The attribute being joined tojoinType
- Type of join
-
-