Class SetJoinImpl<Z,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,Set<E>,E>
-
- org.datanucleus.api.jakarta.criteria.SetJoinImpl<Z,E>
-
- Type Parameters:
Z
- The source type of the joinE
- The element type of the target Set
- 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,Set<E>,E>
,jakarta.persistence.criteria.Selection<E>
,jakarta.persistence.criteria.SetJoin<Z,E>
,jakarta.persistence.TupleElement<E>
,Serializable
public class SetJoinImpl<Z,E> extends PluralJoinImpl<Z,Set<E>,E> implements jakarta.persistence.criteria.SetJoin<Z,E>
Implementation of Jakarta Persistence Criteria "SetJoin".- 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 SetJoinImpl(CriteriaBuilderImpl cb, FromImpl parent, SetAttributeImpl attr, jakarta.persistence.criteria.JoinType joinType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.persistence.metamodel.SetAttribute<? super Z,E>
getModel()
jakarta.persistence.criteria.SetJoin<Z,E>
on(jakarta.persistence.criteria.Expression<Boolean> restriction)
jakarta.persistence.criteria.SetJoin<Z,E>
on(jakarta.persistence.criteria.Predicate... restrictions)
-
Methods inherited from class org.datanucleus.api.jakarta.criteria.JoinImpl
getAttribute, getJoinType, getOn, getParent
-
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
-
Methods inherited from interface jakarta.persistence.criteria.Path
get, get, get, get, getParentPath, type
-
-
-
-
Constructor Detail
-
SetJoinImpl
public SetJoinImpl(CriteriaBuilderImpl cb, FromImpl parent, SetAttributeImpl attr, jakarta.persistence.criteria.JoinType joinType)
-
-