Interface SqmCorrelatedSingularValuedJoin<L,R>
- All Superinterfaces:
Expression<R>
,FetchParent<L,
,R> From<L,
,R> Join<L,
,R> JpaCriteriaNode
,JpaExpression<R>
,JpaFetchParent<L,
,R> JpaFrom<L,
,R> JpaJoin<L,
,R> JpaPath<R>
,JpaSelection<R>
,JpaTupleElement<R>
,Path<R>
,Selection<R>
,SemanticPathPart
,Serializable
,SqmCorrelatedJoin<L,
,R> SqmCorrelation<L,
,R> SqmExpressibleAccessor<R>
,SqmExpression<R>
,SqmFrom<L,
,R> SqmJoin<L,
,R> SqmNode
,SqmPath<R>
,SqmPathWrapper<R,
,R> SqmSelectableNode<R>
,SqmSingularValuedJoin<L,
,R> SqmTypedNode<R>
,SqmVisitableNode
,TupleElement<R>
- All Known Implementing Classes:
SqmCorrelatedEntityJoin
,SqmCorrelatedSingularJoin
public interface SqmCorrelatedSingularValuedJoin<L,R>
extends SqmSingularValuedJoin<L,R>, SqmCorrelatedJoin<L,R>
-
Field Summary
-
Method Summary
Methods inherited from interface jakarta.persistence.criteria.From
getJoins, isCorrelated
Methods inherited from interface jakarta.persistence.criteria.Join
getJoinType, getParent
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
join, join, join, join, join, join, join, join, joinArray, joinArray, joinArray, joinArray, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinLateral, joinLateral, joinLateral
Methods inherited from interface org.hibernate.query.criteria.JpaJoin
getAttribute
Methods inherited from interface org.hibernate.query.criteria.JpaPath
getParentPath
Methods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItems
Methods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeName, isEnum
Methods inherited from interface jakarta.persistence.criteria.Selection
isCompoundSelection
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmCorrelation
getCorrelatedRoot
Methods inherited from interface org.hibernate.query.sqm.tree.expression.SqmExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo, visitSubSelectableNodes
Methods inherited from interface org.hibernate.query.sqm.tree.from.SqmFrom
addSqmJoin, getCorrelationParent, getReferencedPathSource, getSqmJoins, getSqmTreats, hasImplicitlySelectableJoin, hasJoins, hasTreats, join, join, visitSqmJoins
Methods inherited from interface org.hibernate.query.sqm.tree.from.SqmJoin
copy, crossJoin, crossJoin, getJoinPredicate, getOn, getSqmJoinType, isImplicitlySelectable, join, 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, joinSet, on, on, on, on, setJoinPredicate, treatAs, treatAs, treatAs, treatAs
Methods inherited from interface org.hibernate.query.sqm.tree.SqmNode
asLoggableText, nodeBuilder
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmPath
applyInferableType, findRoot, get, get, get, get, get, getExplicitAlias, getJavaTypeDescriptor, getLhs, getNavigablePath, getNodeType, getResolvedModel, getReusablePath, getReusablePaths, registerReusablePath, resolveAlias, resolveIndexedAccess, resolvePathPart, setExplicitAlias, treatAs, treatAs, type, visitReusablePaths
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmPathWrapper
getWrappedPath
Methods inherited from interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
getTupleLength
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmSingularValuedJoin
createCorrelation
Methods inherited from interface org.hibernate.query.sqm.tree.SqmTypedNode
getExpressible, getNodeJavaType
Methods inherited from interface org.hibernate.query.sqm.tree.SqmVisitableNode
accept, appendHqlString, toHqlString
Methods inherited from interface jakarta.persistence.TupleElement
getAlias