Package org.hibernate.query.criteria
Interface JpaListJoin<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,
,List<T>, T> JpaSelection<T>
,JpaTupleElement<T>
,ListJoin<O,
,T> Path<T>
,PluralJoin<O,
,List<T>, T> Selection<T>
,Serializable
,TupleElement<T>
- All Known Implementing Classes:
SqmCorrelatedListJoin
,SqmListJoin
,SqmTreatedListJoin
-
Method Summary
Modifier and TypeMethodDescriptionon
(Expression<Boolean> restriction) on
(JpaExpression<Boolean> restriction) on
(JpaPredicate... 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 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.JpaPluralJoin
getAttribute
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