Package org.hibernate.query.criteria
Interface JpaEntityJoin<T>
- All Superinterfaces:
Expression<T>,FetchParent<T,,T> From<T,,T> JpaCriteriaNode,JpaExpression<T>,JpaFetchParent<T,,T> JpaFrom<T,,T> JpaJoinedFrom<T,,T> JpaPath<T>,JpaSelection<T>,JpaTupleElement<T>,Path<T>,Selection<T>,Serializable,TupleElement<T>
- All Known Implementing Classes:
SqmCorrelatedEntityJoin,SqmEntityJoin,SqmTreatedEntityJoin
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()Return the bindable object that corresponds to the path expression.on(Expression<Boolean> restriction) on(JpaExpression<Boolean> restriction) on(JpaPredicate... restrictions) Methods inherited from interface jakarta.persistence.criteria.From
getJoins, isCorrelatedMethods inherited from interface org.hibernate.query.criteria.JpaExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, equalTo, equalTo, in, in, in, in, isNotNull, isNullMethods inherited from interface org.hibernate.query.criteria.JpaFetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetchesMethods 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, joinCollection, joinCollection, joinLateral, joinLateral, joinList, joinList, joinMap, joinMap, joinSet, joinSetMethods inherited from interface org.hibernate.query.criteria.JpaJoinedFrom
getOnMethods inherited from interface org.hibernate.query.criteria.JpaPath
get, get, get, get, getLhs, getNavigablePath, getParentPath, treatAs, treatAs, typeMethods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeDescriptor, getJavaTypeName, isEnumMethods inherited from interface jakarta.persistence.criteria.Selection
isCompoundSelectionMethods inherited from interface jakarta.persistence.TupleElement
getAlias
-
Method Details
-
getModel
EntityDomainType<T> getModel()Description copied from interface:PathReturn the bindable object that corresponds to the path expression. -
on
- Specified by:
onin interfaceJpaJoinedFrom<T,T>
-
on
- Specified by:
onin interfaceJpaJoinedFrom<T,T>
-
on
- Specified by:
onin interfaceJpaJoinedFrom<T,T>
-
on
- Specified by:
onin interfaceJpaJoinedFrom<T,T>
-