Class CollectionJoinImpl<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,Collection<E>,E>
-
- org.datanucleus.api.jakarta.criteria.CollectionJoinImpl<Z,E>
-
- All Implemented Interfaces:
jakarta.persistence.criteria.CollectionJoin<Z,E>
,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,Collection<E>,E>
,jakarta.persistence.criteria.Selection<E>
,jakarta.persistence.TupleElement<E>
,Serializable
public class CollectionJoinImpl<Z,E> extends PluralJoinImpl<Z,Collection<E>,E> implements jakarta.persistence.criteria.CollectionJoin<Z,E>
Implementation of Jakarta Persistence Criteria "CollectionJoin".- 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 CollectionJoinImpl(CriteriaBuilderImpl cb, FromImpl parent, CollectionAttributeImpl attr, jakarta.persistence.criteria.JoinType joinType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.persistence.metamodel.CollectionAttribute<? super Z,E>
getModel()
jakarta.persistence.criteria.CollectionJoin<Z,E>
on(jakarta.persistence.criteria.Expression<Boolean> restriction)
jakarta.persistence.criteria.CollectionJoin<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
-
CollectionJoinImpl
public CollectionJoinImpl(CriteriaBuilderImpl cb, FromImpl parent, CollectionAttributeImpl attr, jakarta.persistence.criteria.JoinType joinType)
-
-
Method Detail
-
getModel
public jakarta.persistence.metamodel.CollectionAttribute<? super Z,E> getModel()
- Specified by:
getModel
in interfacejakarta.persistence.criteria.CollectionJoin<Z,E>
- Specified by:
getModel
in interfacejakarta.persistence.criteria.Path<Z>
- Specified by:
getModel
in interfacejakarta.persistence.criteria.PluralJoin<Z,Collection<E>,E>
- Overrides:
getModel
in classPluralJoinImpl<Z,Collection<E>,E>
-
on
public jakarta.persistence.criteria.CollectionJoin<Z,E> on(jakarta.persistence.criteria.Expression<Boolean> restriction)
-
-