Class SqmPluralValuedSimplePath<C>
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement<C>
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection<C>
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression<C>
org.hibernate.query.sqm.tree.domain.AbstractSqmPath<C>
org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath<C>
org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath<C>
- Type Parameters:
C- The collection type
- All Implemented Interfaces:
Expression<C>, Path<C>, Selection<C>, TupleElement<C>, Serializable, JpaCriteriaNode, JpaExpression<C>, JpaPath<C>, JpaSelection<C>, JpaTupleElement<C>, SemanticPathPart, SqmPath<C>, SqmSimplePath<C>, SqmExpression<C>, SqmSelectableNode<C>, SqmCacheable, SqmExpressibleAccessor<C>, SqmNode, SqmTypedNode<C>, SqmVisitableNode
An SqmPath for plural attribute paths
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSqmPluralValuedSimplePath(NavigablePath navigablePath, SqmPluralPersistentAttribute<?, C, ?> referencedNavigable, SqmPath<?> lhs, @Nullable String explicitAlias, NodeBuilder nodeBuilder) SqmPluralValuedSimplePath(NavigablePath navigablePath, SqmPluralPersistentAttribute<?, C, ?> referencedNavigable, SqmPath<?> lhs, NodeBuilder nodeBuilder) -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(SemanticQueryWalker<T> walker) Accept the walker per visitationcopy(SqmCopyContext context) SqmPath<?> resolveIndexedAccess(SqmExpression<?> selector, boolean isTerminal, SqmCreationState creationState) SqmPath<?> resolvePathPart(String name, boolean isTerminal, SqmCreationState creationState) <S extends C>
SqmTreatedPath<C, S> Support for JPA's explicit (TREAT) down-casting.<S extends C>
SqmTreatedEntityValuedSimplePath<C, S> treatAs(EntityDomainType<S> treatTarget) Support for JPA's explicit (TREAT) down-casting.SqmExpression<Class<? extends C>> type()Methods inherited from class AbstractSqmSimplePath
appendHqlString, getLhs, getModel, getNodeType, getParentNavigablePath, getReferencedPathSourceMethods inherited from class AbstractSqmPath
cacheHashCode, copyTo, equals, get, get, get, get, get, getExplicitAlias, getExpressible, getNavigablePath, getNavigablePathCopy, getNodeJavaType, getResolvedModel, getReusablePath, getReusablePaths, getTreatedPath, hashCode, isCompatible, registerReusablePath, resolvePath, resolvePath, setExplicitAlias, toString, treatAs, treatAs, treatAs, treatAs, visitReusablePathsMethods inherited from class AbstractSqmExpression
applyInferableType, as, cast, equalTo, equalTo, in, in, in, in, internalApplyInferableType, isNotNull, isNull, nodeBuilder, notEqualTo, notEqualToMethods inherited from class AbstractJpaSelection
alias, getSelectionItems, isCompoundSelectionMethods inherited from class AbstractJpaTupleElement
copyTo, getAlias, setAlias, setExpressibleTypeMethods 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 SqmNode
asLoggableText, nodeBuilderMethods inherited from interface SqmPath
applyInferableType, findRoot, get, get, get, get, get, getExplicitAlias, getNavigablePath, getResolvedModel, getReusablePath, getReusablePaths, registerReusablePath, setExplicitAlias, treatAs, treatAs, treatAs, treatAs, visitReusablePathsMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmTypedNode
getExpressible, getNodeJavaTypeMethods inherited from interface SqmVisitableNode
toHqlStringMethods inherited from interface TupleElement
getAlias
-
Constructor Details
-
Method Details
-
copy
-
getPluralAttribute
-
getJavaTypeDescriptor
- Specified by:
getJavaTypeDescriptorin interfaceJpaTupleElement<C>- Specified by:
getJavaTypeDescriptorin interfaceSqmPath<C>- Overrides:
getJavaTypeDescriptorin classAbstractSqmPath<C>
-
accept
Description copied from interface:SqmVisitableNodeAccept the walker per visitation -
resolvePathPart
-
resolveIndexedAccess
public SqmPath<?> resolveIndexedAccess(SqmExpression<?> selector, boolean isTerminal, SqmCreationState creationState) -
type
-
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting. -
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting.
-