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.
Package for the SQM-backed Query implementation details
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.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmPluralValuedSimplePathModifier and TypeMethodDescriptionSqmPathVisitor.visitPluralValuedPath
(SqmPluralValuedSimplePath<?> path) SqmTreePrinter.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.sql.internal
Methods in org.hibernate.query.sqm.sql.internal with parameters of type SqmPluralValuedSimplePathModifier and TypeMethodDescriptionstatic SqmPathInterpretation<?>
PluralValuedSimplePathInterpretation.from
(SqmPluralValuedSimplePath<?> sqmPath, SqmToSqlAstConverter converter) -
Uses of SqmPluralValuedSimplePath in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmPluralValuedSimplePathConstructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmPluralValuedSimplePathModifierConstructorDescriptionSqmTreatedEntityValuedSimplePath
(SqmPluralValuedSimplePath<T> wrappedPath, EntityDomainType<S> treatTarget, NodeBuilder nodeBuilder) SqmTreatedSimplePath
(SqmPluralValuedSimplePath<T> wrappedPath, EntityDomainType<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)