Package org.hibernate.query.criteria
Interface JpaJoin<L,R>
- All Superinterfaces:
Expression<R>
,FetchParent<L,
,R> From<L,
,R> Join<L,
,R> JpaCriteriaNode
,JpaExpression<R>
,JpaFetchParent<L,
,R> JpaFrom<L,
,R> JpaPath<R>
,JpaSelection<R>
,JpaTupleElement<R>
,Path<R>
,Selection<R>
,Serializable
,TupleElement<R>
- All Known Subinterfaces:
JpaCollectionJoin<O,
,T> JpaDerivedJoin<T>
,JpaEntityJoin<L,
,R> JpaFunctionJoin<E>
,JpaListJoin<O,
,T> JpaMapJoin<O,
,K, V> JpaPluralJoin<O,
,C, E> JpaSetJoin<O,
,T> JpaTreatedJoin<L,
,R, R1> SqmAttributeJoin<O,
,T> SqmCorrelatedJoin<L,
,R> SqmCorrelatedSingularValuedJoin<L,
,R> SqmJoin<L,
,R> SqmSingularValuedJoin<L,
,R> SqmTreatedAttributeJoin<L,
,R, R1> SqmTreatedJoin<L,
R, R1>
- All Known Implementing Classes:
AbstractSqmAttributeJoin
,AbstractSqmJoin
,AbstractSqmPluralJoin
,SqmBagJoin
,SqmCorrelatedBagJoin
,SqmCorrelatedCrossJoin
,SqmCorrelatedEntityJoin
,SqmCorrelatedListJoin
,SqmCorrelatedMapJoin
,SqmCorrelatedPluralPartJoin
,SqmCorrelatedSetJoin
,SqmCorrelatedSingularJoin
,SqmCrossJoin
,SqmCteJoin
,SqmDerivedJoin
,SqmEntityJoin
,SqmFunctionJoin
,SqmListJoin
,SqmMapJoin
,SqmPluralPartJoin
,SqmSetJoin
,SqmSingularJoin
,SqmTreatedBagJoin
,SqmTreatedCrossJoin
,SqmTreatedEntityJoin
,SqmTreatedListJoin
,SqmTreatedMapJoin
,SqmTreatedPluralPartJoin
,SqmTreatedSetJoin
,SqmTreatedSingularJoin
-
Method Summary
Modifier and TypeMethodDescriptionPersistentAttribute<? super L,
?> on
(Expression<Boolean> restriction) on
(JpaExpression<Boolean> restriction) on
(JpaPredicate... restrictions) <S extends R>
JpaTreatedJoin<L,R, S> Support for JPA's explicit (TREAT) down-casting.<S extends R>
JpaTreatedJoin<L,R, S> treatAs
(EntityDomainType<S> treatAsType) Support for JPA's explicit (TREAT) down-casting.Methods inherited from interface jakarta.persistence.criteria.From
getJoins, isCorrelated
Methods inherited from interface jakarta.persistence.criteria.Join
getJoinType, getOn, getParent
Methods inherited from interface org.hibernate.query.criteria.JpaExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo
Methods inherited from interface org.hibernate.query.criteria.JpaFetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetches
Methods inherited from interface org.hibernate.query.criteria.JpaFrom
crossJoin, crossJoin, getCorrelationParent, 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, joinSet
Methods inherited from interface org.hibernate.query.criteria.JpaPath
get, get, get, get, getLhs, getNavigablePath, getParentPath, type
Methods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItems
Methods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeDescriptor, getJavaTypeName, isEnum
Methods inherited from interface jakarta.persistence.criteria.Selection
isCompoundSelection
Methods inherited from interface jakarta.persistence.TupleElement
getAlias
-
Method Details
-
getAttribute
PersistentAttribute<? super L,?> getAttribute()- Specified by:
getAttribute
in interfaceJoin<L,
R>
-
on
-
on
-
on
-
on
-
treatAs
Description copied from interface:JpaPath
Support for JPA's explicit (TREAT) down-casting. -
treatAs
Description copied from interface:JpaPath
Support for JPA's explicit (TREAT) down-casting.
-