Uses of Class
org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
Packages that use SqmPluralValuedSimplePath
Package
Description
This package defines a semantic model of HQL queries.
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing path expressions in the SQM tree.
Nodes representing logical predicates in the SQM tree.
-
Uses of SqmPluralValuedSimplePath in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmPluralValuedSimplePathModifier and TypeMethodDescriptionSemanticQueryWalker.visitPluralValuedPath(SqmPluralValuedSimplePath<?> path) -
Uses of SqmPluralValuedSimplePath in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmPluralValuedSimplePathModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitPluralValuedPath(SqmPluralValuedSimplePath<?> path) -
Uses of SqmPluralValuedSimplePath in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmPluralValuedSimplePathModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitPluralValuedPath(SqmPluralValuedSimplePath<?> sqmPath) -
Uses of SqmPluralValuedSimplePath in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmPluralValuedSimplePathModifier and TypeMethodDescriptionSqmPluralValuedSimplePath.copy(SqmCopyContext context) AbstractSqmSpecificPluralPartPath.getPluralDomainPath()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmPluralValuedSimplePathModifierConstructorDescriptionAbstractSqmSpecificPluralPartPath(NavigablePath navigablePath, SqmPluralValuedSimplePath<?> pluralDomainPath, PluralPersistentAttribute<?, ?, ?> referencedAttribute, SqmPathSource<T> pathSource) SqmElementAggregateFunction(SqmPluralValuedSimplePath<?> pluralDomainPath, String functionName) SqmIndexAggregateFunction(SqmPluralValuedSimplePath<?> pluralDomainPath, String functionName) SqmTreatedEntityValuedSimplePath(SqmPluralValuedSimplePath<T> wrappedPath, SqmEntityDomainType<S> treatTarget, NodeBuilder nodeBuilder) SqmTreatedSimplePath(SqmPluralValuedSimplePath<T> wrappedPath, SqmEntityDomainType<S> treatTarget, NodeBuilder nodeBuilder) -
Uses of SqmPluralValuedSimplePath in org.hibernate.query.sqm.tree.predicate
Methods in org.hibernate.query.sqm.tree.predicate that return SqmPluralValuedSimplePathModifier and TypeMethodDescriptionSqmEmptinessPredicate.getPluralPath()SqmMemberOfPredicate.getPluralPath()Constructors in org.hibernate.query.sqm.tree.predicate with parameters of type SqmPluralValuedSimplePathModifierConstructorDescriptionSqmEmptinessPredicate(SqmPluralValuedSimplePath<?> pluralPath, boolean negated, NodeBuilder nodeBuilder) SqmMemberOfPredicate(SqmExpression<?> leftHandExpression, SqmPluralValuedSimplePath<?> pluralPath, boolean negated, NodeBuilder nodeBuilder) SqmMemberOfPredicate(SqmExpression<?> leftHandExpression, SqmPluralValuedSimplePath<?> pluralPath, NodeBuilder nodeBuilder)