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(@Nullable Expression<Boolean> restriction) on(@Nullable JpaExpression<Boolean> restriction) on(JpaPredicate @Nullable ... restrictions) <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
getJoins, isCorrelatedMethods inherited from interface Join
getJoinType, getOn, getParentMethods inherited from interface JpaExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualToMethods 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, join, join, join, join, join, joinArray, joinArray, joinArray, joinArray, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinCollection, joinCollection, joinLateral, 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
-
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting. -
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting.
-