Class SqmFunctionRoot<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<E,E>
org.hibernate.query.sqm.tree.from.SqmRoot<E>
org.hibernate.query.sqm.tree.domain.SqmFunctionRoot<E>
- All Implemented Interfaces:
Expression<E>, FetchParent<E,E>, From<E, E>, Path<E>, Root<E>, Selection<E>, TupleElement<E>, Serializable, JpaCriteriaNode, JpaExpression<E>, JpaFetchParent<E, E>, JpaFrom<E, E>, JpaFunctionFrom<E, E>, JpaFunctionRoot<E>, JpaPath<E>, JpaRoot<E>, JpaSelection<E>, JpaTupleElement<E>, SemanticPathPart, SqmPath<E>, SqmExpression<E>, SqmFrom<E, E>, SqmSelectableNode<E>, SqmCacheable, SqmExpressibleAccessor<E>, SqmNode, SqmTypedNode<E>, SqmVisitableNode
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionSqmFunctionRoot(SqmSetReturningFunction<E> function, @Nullable String alias) protectedSqmFunctionRoot(NavigablePath navigablePath, SqmSetReturningFunction<E> function, SqmPathSource<E> pathSource, @Nullable String alias) -
Method Summary
Modifier and TypeMethodDescription<X> Xaccept(SemanticQueryWalker<X> walker) Accept the walker per visitationcopy(SqmCopyContext context) booleandeepEquals(SqmFrom<?, ?> object) The function for this from node.getModel()Get this path's actual resolved model, i.e.index()The expression referring to an iteration variable, indexing the rows produced by the function.booleanisDeepCompatible(SqmFrom<?, ?> object) <S extends E>
SqmTreatedFrom<E, E, S> treatAs(EntityDomainType<S> treatTarget, @Nullable String alias, boolean fetch) Methods inherited from class SqmRoot
addOrderedJoin, addSqmJoin, containsOnlyInnerJoins, copyTo, findRoot, getLhs, getManagedType, getOrderedJoins, isAllowJoins, toString, treatAs, treatAs, treatAs, treatAs, treatAsMethods inherited from class AbstractSqmFrom
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, 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, getNavigablePath, getNavigablePathCopy, getNodeJavaType, getNodeType, getReferencedPathSource, getReusablePath, getReusablePaths, getTreatedPath, hashCode, isCompatible, registerReusablePath, resolvePath, resolvePath, 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
crossJoin, crossJoin, id, 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, joinLateral, joinLateral, joinLateral, joinLateral, joinLateral, treatAs, treatAsMethods inherited from interface JpaPath
getParentPathMethods inherited from interface JpaRoot
getManagedTypeMethods 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
getReferencedPathSource, hasTreats, resolveAliasMethods inherited from interface SqmNode
asLoggableText, nodeBuilderMethods inherited from interface SqmPath
applyInferableType, get, get, get, get, get, getJavaTypeDescriptor, getNavigablePath, getNodeType, getReusablePath, getReusablePaths, registerReusablePath, resolveIndexedAccess, type, visitReusablePathsMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmTypedNode
getExpressible, getNodeJavaTypeMethods inherited from interface SqmVisitableNode
toHqlStringMethods inherited from interface TupleElement
getAlias
-
Constructor Details
-
SqmFunctionRoot
-
-
Method Details
-
copy
- Specified by:
copyin interfaceSqmExpression<E>- Specified by:
copyin interfaceSqmFrom<E,E> - Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmPath<E>- Specified by:
copyin interfaceSqmSelectableNode<E>- Specified by:
copyin interfaceSqmTypedNode<E>- Overrides:
copyin classSqmRoot<E>
-
getFunction
Description copied from interface:JpaFunctionFromThe function for this from node.- Specified by:
getFunctionin interfaceJpaFunctionFrom<E,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<E,E>
-
accept
Description copied from interface:SqmVisitableNodeAccept the walker per visitation- Specified by:
acceptin interfaceSqmVisitableNode- Overrides:
acceptin classSqmRoot<E>
-
getModel
-
getEntityName
- Overrides:
getEntityNamein classSqmRoot<E>
-
getResolvedModel
Description copied from interface:SqmPathGet this path's actual resolved model, i.e. the concrete type for generic attributes.- Specified by:
getResolvedModelin interfaceSqmPath<E>- Overrides:
getResolvedModelin classAbstractSqmPath<E>
-
createCorrelation
- Overrides:
createCorrelationin classSqmRoot<E>
-
treatAs
-
deepEquals
- Specified by:
deepEqualsin interfaceSqmFrom<E,E> - Overrides:
deepEqualsin classSqmRoot<E>
-
isDeepCompatible
- Specified by:
isDeepCompatiblein interfaceSqmFrom<E,E> - Overrides:
isDeepCompatiblein classSqmRoot<E>
-