Uses of Class
org.hibernate.query.sqm.tree.predicate.SqmWhereClause
-
Packages that use SqmWhereClause 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.mutation.internal org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.query.sqm.tree.predicate Nodes representing logical predicates in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree. -
-
Uses of SqmWhereClause in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmWhereClause Modifier and Type Method Description T
SemanticQueryWalker. visitWhereClause(SqmWhereClause whereClause)
-
Uses of SqmWhereClause in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmWhereClause Modifier and Type Method Description Object
SqmTreePrinter. visitWhereClause(SqmWhereClause whereClause)
-
Uses of SqmWhereClause in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal with parameters of type SqmWhereClause Modifier and Type Method Description Predicate
MultiTableSqmMutationConverter. visitWhereClause(SqmWhereClause whereClause)
Predicate
MultiTableSqmMutationConverter. visitWhereClause(SqmWhereClause sqmWhereClause, Consumer<ColumnReference> restrictionColumnReferenceConsumer, MultiTableSqmMutationConverter.SqmParameterResolutionConsumer parameterResolutionConsumer)
-
Uses of SqmWhereClause in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmWhereClause Modifier and Type Method Description Object
BaseSemanticQueryWalker. visitWhereClause(SqmWhereClause whereClause)
-
Uses of SqmWhereClause in org.hibernate.query.sqm.tree
Methods in org.hibernate.query.sqm.tree that return SqmWhereClause Modifier and Type Method Description protected SqmWhereClause
AbstractSqmRestrictedDmlStatement. copyWhereClause(SqmCopyContext context)
SqmWhereClause
AbstractSqmRestrictedDmlStatement. getWhereClause()
protected SqmWhereClause
AbstractSqmRestrictedDmlStatement. initAndGetWhereClause()
Methods in org.hibernate.query.sqm.tree with parameters of type SqmWhereClause Modifier and Type Method Description void
AbstractSqmRestrictedDmlStatement. setWhereClause(SqmWhereClause whereClause)
-
Uses of SqmWhereClause in org.hibernate.query.sqm.tree.predicate
Methods in org.hibernate.query.sqm.tree.predicate that return SqmWhereClause Modifier and Type Method Description SqmWhereClause
SqmWhereClause. copy(SqmCopyContext context)
SqmWhereClause
SqmWhereClauseContainer. getWhereClause()
-
Uses of SqmWhereClause in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmWhereClause Modifier and Type Method Description SqmWhereClause
SqmQuerySpec. getWhereClause()
Methods in org.hibernate.query.sqm.tree.select with parameters of type SqmWhereClause Modifier and Type Method Description void
SqmQuerySpec. setWhereClause(SqmWhereClause whereClause)
-