Uses of Interface
org.hibernate.query.sqm.tree.predicate.SqmWhereClauseContainer
Packages that use SqmWhereClauseContainer
Package
Description
This package contains the classes that make up the SQM tree nodes.
Nodes representing
delete
statements in the SQM tree.Nodes representing
select
statements in the SQM tree.Nodes representing
update
statements in the SQM tree.-
Uses of SqmWhereClauseContainer in org.hibernate.query.sqm.tree
Subinterfaces of SqmWhereClauseContainer in org.hibernate.query.sqm.treeModifier and TypeInterfaceDescriptioninterface
In some cases it is useful to be able to handle UPDATE or DELETE SQM trees using a single contract. -
Uses of SqmWhereClauseContainer in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement SqmWhereClauseContainer -
Uses of SqmWhereClauseContainer in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement SqmWhereClauseContainerModifier and TypeClassDescriptionclass
SqmQuerySpec<T>
Defines the commonality between a root query and a subquery. -
Uses of SqmWhereClauseContainer in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement SqmWhereClauseContainer