Uses of Interface
org.hibernate.query.sqm.tree.predicate.SqmWhereClauseContainer
-
Packages that use SqmWhereClauseContainer Package Description org.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.query.sqm.tree.delete org.hibernate.query.sqm.tree.select org.hibernate.query.sqm.tree.update -
-
Uses of SqmWhereClauseContainer in org.hibernate.query.sqm.tree
Subinterfaces of SqmWhereClauseContainer in org.hibernate.query.sqm.tree Modifier and Type Interface Description interface
SqmDeleteOrUpdateStatement<T>
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 Modifier and Type Class Description class
SqmDeleteStatement<T>
-
Uses of SqmWhereClauseContainer in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement SqmWhereClauseContainer Modifier and Type Class Description class
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 Modifier and Type Class Description class
SqmUpdateStatement<T>
-