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 Nodes representingdeletestatements in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree.org.hibernate.query.sqm.tree.update Nodes representingupdatestatements in the SQM tree. -
-
Uses of SqmWhereClauseContainer in org.hibernate.query.sqm.tree
Subinterfaces of SqmWhereClauseContainer in org.hibernate.query.sqm.tree Modifier and Type Interface Description interfaceSqmDeleteOrUpdateStatement<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 classSqmDeleteStatement<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 classSqmQuerySpec<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 classSqmUpdateStatement<T>
-