Class SqmFunctionJoin<E>
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement<E>
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection<E>
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression<E>
org.hibernate.query.sqm.tree.domain.AbstractSqmPath<E>
org.hibernate.query.sqm.tree.domain.AbstractSqmFrom<Object,E>
org.hibernate.query.sqm.tree.domain.AbstractSqmJoin<Object,E>
org.hibernate.query.sqm.tree.from.SqmFunctionJoin<E>
- All Implemented Interfaces:
Expression<E>, FetchParent<Object,E>, From<Object, E>, Join<Object, E>, Path<E>, Selection<E>, TupleElement<E>, Serializable, JpaCriteriaNode, JpaExpression<E>, JpaFetchParent<Object, E>, JpaFrom<Object, E>, JpaFunctionFrom<Object, E>, JpaFunctionJoin<E>, JpaJoin<Object, E>, JpaPath<E>, JpaSelection<E>, JpaTupleElement<E>, SemanticPathPart, SqmPath<E>, SqmExpression<E>, SqmFrom<Object, E>, SqmJoin<Object, E>, SqmSelectableNode<E>, SqmCacheable, SqmExpressibleAccessor<E>, SqmNode, SqmTypedNode<E>, SqmVisitableNode
@Incubating
public class SqmFunctionJoin<E>
extends AbstractSqmJoin<Object,E>
implements JpaFunctionJoin<E>
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSqmFunctionJoin(SqmSetReturningFunction<E> function, @Nullable String alias, SqmJoinType joinType, boolean lateral, SqmRoot<Object> sqmRoot) SqmFunctionJoin(NavigablePath navigablePath, SqmSetReturningFunction<E> function, boolean lateral, SqmPathSource<E> pathSource, @Nullable String alias, SqmJoinType joinType, SqmRoot<Object> sqmRoot) -
Method Summary
Modifier and TypeMethodDescription<X> Xaccept(SemanticQueryWalker<X> walker) Accept the walker per visitationcopy(SqmCopyContext context) booleandeepEquals(SqmFrom<?, ?> object) SqmRoot<?> findRoot()@Nullable PersistentAttribute<? super @Nullable Object, ?> The function for this from node.getLhs()Get the left-hand side of this path - may be null, indicating a root, cross-join or entity-joinSqmRoot<?> getRoot()index()The expression referring to an iteration variable, indexing the rows produced by the function.booleanisDeepCompatible(SqmFrom<?, ?> object) booleanWhen applicable, whether this join should be included in an implicit select clausebooleanSpecifies whether the function arguments can refer to previous from node aliases.on(@Nullable Expression<Boolean> restriction) on(@Nullable JpaExpression<Boolean> restriction) on(JpaPredicate @Nullable ... restrictions) <S extends E>
SqmTreatedJoin<Object, E, S> Support for JPA's explicit (TREAT) down-casting.<S extends E>
SqmTreatedJoin<Object, E, S> <S extends E>
SqmTreatedJoin<Object, E, S> <S extends E>
SqmTreatedJoin<Object, E, S> treatAs(EntityDomainType<S> treatTarget) Support for JPA's explicit (TREAT) down-casting.<S extends E>
SqmTreatedJoin<Object, E, S> treatAs(EntityDomainType<S> treatTarget, @Nullable String alias) <S extends E>
SqmTreatedJoin<Object, E, S> treatAs(EntityDomainType<S> treatTarget, @Nullable String alias, boolean fetched) Methods inherited from class AbstractSqmJoin
applyRestriction, copyTo, getJoinPredicate, getOn, getSqmJoinType, join, join, setJoinPredicateMethods inherited from class AbstractSqmFrom
addSqmJoin, addTreat, alias, appendHqlString, copyTo, crossJoin, crossJoin, fetch, fetch, fetch, fetch, fetch, fetch, findTreat, getCorrelationParent, getExplicitAlias, getFetches, getJoins, getNumberOfJoins, getParentPath, getSqmJoins, getSqmTreats, hasImplicitlySelectableJoin, hasJoins, id, isCorrelated, 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, joinSet, removeLeftFetchJoins, resolvePathPart, setExplicitAlias, visitSqmJoinsMethods inherited from class AbstractSqmPath
cacheHashCode, copyTo, equals, get, get, get, get, get, getExpressible, getJavaTypeDescriptor, getModel, getNavigablePath, getNavigablePathCopy, getNodeJavaType, getNodeType, getReferencedPathSource, getResolvedModel, getReusablePath, getReusablePaths, getTreatedPath, hashCode, isCompatible, registerReusablePath, resolvePath, resolvePath, toString, type, visitReusablePathsMethods inherited from class AbstractSqmExpression
applyInferableType, as, cast, equalTo, equalTo, in, in, in, in, internalApplyInferableType, isNotNull, isNull, nodeBuilder, notEqualTo, notEqualToMethods inherited from class AbstractJpaSelection
getSelectionItems, isCompoundSelectionMethods inherited from class AbstractJpaTupleElement
copyTo, getAlias, setAlias, setExpressibleTypeMethods inherited from interface From
getJoins, isCorrelatedMethods inherited from interface JpaFetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetchesMethods inherited from interface JpaFrom
id, join, join, join, join, join, join, join, join, joinArray, joinArray, joinArray, joinArray, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinLateral, joinLateral, joinLateralMethods inherited from interface JpaPath
getParentPathMethods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeName, isEnumMethods inherited from interface Selection
isCompoundSelectionMethods inherited from interface SqmCacheable
cacheHashCode, isCompatibleMethods inherited from interface SqmExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo, visitSubSelectableNodesMethods inherited from interface SqmFrom
addSqmJoin, getCorrelationParent, getNumberOfJoins, getReferencedPathSource, getSqmJoins, getSqmTreats, hasImplicitlySelectableJoin, hasJoins, hasTreats, join, resolveAlias, visitSqmJoinsMethods inherited from interface SqmJoin
crossJoin, crossJoin, 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 SqmNode
asLoggableText, nodeBuilderMethods inherited from interface SqmPath
applyInferableType, get, get, get, get, get, getExplicitAlias, getJavaTypeDescriptor, getNavigablePath, getNodeType, getResolvedModel, getReusablePath, getReusablePaths, registerReusablePath, resolveIndexedAccess, resolvePathPart, setExplicitAlias, type, visitReusablePathsMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmTypedNode
getExpressible, getNodeJavaTypeMethods inherited from interface SqmVisitableNode
appendHqlString, toHqlStringMethods inherited from interface TupleElement
getAlias
-
Constructor Details
-
SqmFunctionJoin
public SqmFunctionJoin(SqmSetReturningFunction<E> function, @Nullable String alias, SqmJoinType joinType, boolean lateral, SqmRoot<Object> sqmRoot)
-
-
Method Details
-
isImplicitlySelectable
public boolean isImplicitlySelectable()Description copied from interface:SqmJoinWhen applicable, whether this join should be included in an implicit select clause- Specified by:
isImplicitlySelectablein interfaceSqmJoin<Object,E>
-
copy
- Specified by:
copyin interfaceSqmExpression<E>- Specified by:
copyin interfaceSqmFrom<Object,E> - Specified by:
copyin interfaceSqmJoin<Object,E> - Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmPath<E>- Specified by:
copyin interfaceSqmSelectableNode<E>- Specified by:
copyin interfaceSqmTypedNode<E>
-
getRoot
-
findRoot
-
getFunction
Description copied from interface:JpaFunctionFromThe function for this from node.- Specified by:
getFunctionin interfaceJpaFunctionFrom<Object,E>
-
index
Description copied from interface:JpaFunctionFromThe expression referring to an iteration variable, indexing the rows produced by the function. This is the equivalent of the SQLwith ordinalityclause.- Specified by:
indexin interfaceJpaFunctionFrom<Object,E>
-
isLateral
public boolean isLateral()Description copied from interface:JpaFunctionJoinSpecifies whether the function arguments can refer to previous from node aliases. Normally, functions in the from clause are unable to access other from nodes, but when specifying them as lateral, they are allowed to do so. Refer to the SQL standard definition of LATERAL for more details.- Specified by:
isLateralin interfaceJpaFunctionJoin<E>
-
getLhs
Description copied from interface:SqmPathGet the left-hand side of this path - may be null, indicating a root, cross-join or entity-join -
on
-
on
-
on
-
on
-
accept
Description copied from interface:SqmVisitableNodeAccept the walker per visitation- Specified by:
acceptin interfaceSqmVisitableNode
-
createCorrelation
- Specified by:
createCorrelationin classAbstractSqmFrom<Object,E>
-
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting.- Specified by:
treatAsin interfaceJpaFrom<Object,E> - Specified by:
treatAsin interfaceJpaJoin<Object,E> - Specified by:
treatAsin interfaceJpaPath<E>- Specified by:
treatAsin interfaceSqmFrom<Object,E> - Specified by:
treatAsin interfaceSqmJoin<Object,E> - Specified by:
treatAsin interfaceSqmPath<E>- Overrides:
treatAsin classAbstractSqmJoin<Object,E>
-
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting.- Specified by:
treatAsin interfaceJpaFrom<Object,E> - Specified by:
treatAsin interfaceJpaJoin<Object,E> - Specified by:
treatAsin interfaceJpaPath<E>- Specified by:
treatAsin interfaceSqmFrom<Object,E> - Specified by:
treatAsin interfaceSqmJoin<Object,E> - Specified by:
treatAsin interfaceSqmPath<E>- Overrides:
treatAsin classAbstractSqmJoin<Object,E>
-
treatAs
-
treatAs
public <S extends E> SqmTreatedJoin<Object,E, treatAsS> (EntityDomainType<S> treatTarget, @Nullable String alias) -
treatAs
-
treatAs
public <S extends E> SqmTreatedJoin<Object,E, treatAsS> (EntityDomainType<S> treatTarget, @Nullable String alias, boolean fetched) -
getAttribute
- Specified by:
getAttributein interfaceJoin<Object,E> - Specified by:
getAttributein interfaceJpaJoin<Object,E>
-
getParent
-
getJoinType
- Specified by:
getJoinTypein interfaceJoin<Object,E> - Overrides:
getJoinTypein classAbstractSqmJoin<Object,E>
-
deepEquals
- Specified by:
deepEqualsin interfaceSqmFrom<Object,E> - Overrides:
deepEqualsin classAbstractSqmJoin<Object,E>
-
isDeepCompatible
- Specified by:
isDeepCompatiblein interfaceSqmFrom<Object,E> - Overrides:
isDeepCompatiblein classAbstractSqmJoin<Object,E>
-