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.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.query.sqm.tree.insert Nodes representinginsert
statements in the SQM tree.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)
-
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.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmWhereClause Modifier and Type Method Description Predicate
BaseSqmToSqlAstConverter. 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.insert
Methods in org.hibernate.query.sqm.tree.insert that return SqmWhereClause Modifier and Type Method Description SqmWhereClause
SqmConflictUpdateAction. getWhereClause()
protected SqmWhereClause
SqmConflictUpdateAction. initAndGetWhereClause()
-
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)
-