Uses of Interface
org.hibernate.query.criteria.JpaManipulationCriteria
Packages that use JpaManipulationCriteria
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
This package contains the classes that make up the SQM tree nodes.
Nodes representing
delete
statements in the SQM tree.Nodes representing
insert
statements in the SQM tree.Nodes representing
update
statements in the SQM tree.-
Uses of JpaManipulationCriteria in org.hibernate.query.criteria
Subinterfaces of JpaManipulationCriteria in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterface
interface
The commonalities between insert-select and insert-values.interface
A representation of SqmInsertSelectStatement at theorg.hibernate.query.criteria
level, even though JPA does not define support for insert-select criteria.interface
A representation of SqmInsertValuesStatement at theorg.hibernate.query.criteria
level, even though JPA does not define support for insert-values criteria.interface
-
Uses of JpaManipulationCriteria in org.hibernate.query.sqm.tree
Subinterfaces of JpaManipulationCriteria 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.interface
Common extension of SqmStatement for DML (delete, update and insert-select) statements.Classes in org.hibernate.query.sqm.tree that implement JpaManipulationCriteriaModifier and TypeClassDescriptionclass
class
-
Uses of JpaManipulationCriteria in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement JpaManipulationCriteria -
Uses of JpaManipulationCriteria in org.hibernate.query.sqm.tree.insert
Subinterfaces of JpaManipulationCriteria in org.hibernate.query.sqm.tree.insertModifier and TypeInterfaceDescriptioninterface
The general contract for INSERT statements.Classes in org.hibernate.query.sqm.tree.insert that implement JpaManipulationCriteriaModifier and TypeClassDescriptionclass
Convenience base class for InsertSqmStatement implementations.class
class
-
Uses of JpaManipulationCriteria in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement JpaManipulationCriteria