Interface JpaCollectionJoin<O,T>
- All Superinterfaces:
CollectionJoin<O,T>, Expression<T>, FetchParent<O, T>, From<O, T>, Join<O, T>, JpaCriteriaNode, JpaExpression<T>, JpaFetchParent<O, T>, JpaFrom<O, T>, JpaJoin<O, T>, JpaPath<T>, JpaPluralJoin<O, Collection<T>, T>, JpaSelection<T>, JpaTupleElement<T>, Path<T>, PluralJoin<O, Collection<T>, T>, Selection<T>, Serializable, TupleElement<T>
- All Known Implementing Classes:
SqmBagJoin, SqmCorrelatedBagJoin, SqmTreatedBagJoin
public interface JpaCollectionJoin<O,T>
extends JpaPluralJoin<O, Collection<T>, T>, CollectionJoin<O,T>
Specialization of
JpaJoin for Collection typed attribute joins-
Method Summary
Modifier and TypeMethodDescriptionon(BooleanExpression... restrictions) on(Expression<Boolean> restriction) on(List<? extends Expression<Boolean>> restrictions) on(JpaExpression<Boolean> restriction) on(JpaPredicate... restrictions) default <S extends T>
JpaCollectionJoin<O, S> <S extends T>
JpaTreatedJoin<O, T, S> Support for JPA's explicit (TREAT) down-casting.<S extends T>
JpaTreatedJoin<O, T, S> treatAs(EntityDomainType<S> treatAsType) Support for JPA's explicit (TREAT) down-casting.Methods inherited from interface CollectionJoin
getModelMethods inherited from interface From
getJoinList, getJoins, isCorrelatedMethods inherited from interface Join
getJoinType, getOn, getParentMethods inherited from interface JpaExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, coalesce, coalesce, count, countDistinct, equalTo, equalTo, in, in, in, in, in, isMember, isNotMember, isNotNull, isNull, notEqualTo, notEqualTo, nullif, nullif, selectCase, selectCaseMethods inherited from interface JpaFetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetchesMethods inherited from interface JpaFrom
crossJoin, crossJoin, getCorrelationParent, id, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, joinArray, joinArray, joinArray, joinArray, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinCollection, joinCollection, joinLateral, joinLateral, joinLateral, joinLateral, joinList, joinList, joinMap, joinMap, joinSet, joinSetMethods inherited from interface JpaPath
get, get, get, get, getLhs, getNavigablePath, getParentPath, typeMethods inherited from interface JpaPluralJoin
getAttributeMethods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeDescriptor, getJavaTypeName, isEnumMethods inherited from interface Selection
isCompoundSelectionMethods inherited from interface TupleElement
getAlias
-
Method Details
-
on
- Specified by:
onin interfaceJpaJoin<O,T> - Specified by:
onin interfaceJpaPluralJoin<O, Collection<T>, T>
-
on
-
on
- Specified by:
onin interfaceJpaJoin<O,T> - Specified by:
onin interfaceJpaPluralJoin<O, Collection<T>, T>
-
on
-
on
-
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting. -
treat
- Specified by:
treatin interfaceCollectionJoin<O,T> - Specified by:
treatin interfaceFrom<O,T> - Specified by:
treatin interfaceJoin<O,T> - Specified by:
treatin interfaceJpaFrom<O,T> - Specified by:
treatin interfaceJpaJoin<O,T> - Specified by:
treatin interfaceJpaPath<O>- Specified by:
treatin interfaceJpaPluralJoin<O, Collection<T>, T>- Specified by:
treatin interfacePath<O>- Specified by:
treatin interfacePluralJoin<O, Collection<T>, T>
-
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting.
-