Interface JpaSetJoin<O,T>
- All Superinterfaces:
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, Set<T>, T>, JpaSelection<T>, JpaTupleElement<T>, Path<T>, PluralJoin<O, Set<T>, T>, Selection<T>, Serializable, SetJoin<O, T>, TupleElement<T>
- All Known Implementing Classes:
SqmCorrelatedSetJoin, SqmSetJoin, SqmTreatedSetJoin
-
Method Summary
Modifier and TypeMethodDescriptionJpaSetJoin<O, T> on(BooleanExpression... restrictions) JpaSetJoin<O, T> on(Expression<Boolean> restriction) JpaSetJoin<O, T> on(List<? extends Expression<Boolean>> restrictions) JpaSetJoin<O, T> on(JpaExpression<Boolean> restriction) JpaSetJoin<O, T> on(JpaPredicate... restrictions) default <S extends T>
JpaSetJoin<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 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
-
on
-
on
-
on
-
on
-
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting. -
treat
- 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,Set<T>, T> - Specified by:
treatin interfacePath<O>- Specified by:
treatin interfacePluralJoin<O,Set<T>, T> - Specified by:
treatin interfaceSetJoin<O,T>
-
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting.
-