Uses of Class
org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
-
Packages that use SqmPluralValuedSimplePath Package Description org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.predicate 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 SqmPluralValuedSimplePath Modifier and Type Method Description T
SemanticQueryWalker. visitPluralValuedPath(SqmPluralValuedSimplePath<?> path)
-
Uses of SqmPluralValuedSimplePath in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmPluralValuedSimplePath Modifier and Type Method Description Object
SqmTreePrinter. visitPluralValuedPath(SqmPluralValuedSimplePath path)
-
Uses of SqmPluralValuedSimplePath in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmPluralValuedSimplePath Modifier and Type Method Description Object
BaseSemanticQueryWalker. visitPluralValuedPath(SqmPluralValuedSimplePath<?> path)
-
Uses of SqmPluralValuedSimplePath in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmPluralValuedSimplePath Modifier and Type Method Description Expression
BaseSqmToSqlAstConverter. 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 SqmPluralValuedSimplePath Modifier and Type Method Description static 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 SqmPluralValuedSimplePath Modifier and Type Method Description SqmPluralValuedSimplePath<E>
SqmPluralValuedSimplePath. copy(SqmCopyContext context)
Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmPluralValuedSimplePath Constructor Description 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 SqmPluralValuedSimplePath Modifier and Type Method Description SqmPluralValuedSimplePath<?>
SqmEmptinessPredicate. getPluralPath()
SqmPluralValuedSimplePath<?>
SqmMemberOfPredicate. getPluralPath()
Constructors in org.hibernate.query.sqm.tree.predicate with parameters of type SqmPluralValuedSimplePath Constructor Description SqmEmptinessPredicate(SqmPluralValuedSimplePath pluralPath, boolean negated, NodeBuilder nodeBuilder)
SqmMemberOfPredicate(SqmExpression<?> leftHandExpression, SqmPluralValuedSimplePath<?> pluralPath, boolean negated, NodeBuilder nodeBuilder)
SqmMemberOfPredicate(SqmExpression<?> leftHandExpression, SqmPluralValuedSimplePath<?> pluralPath, NodeBuilder nodeBuilder)
-