Uses of Interface
org.hibernate.query.criteria.JpaQueryableCriteria
Packages that use JpaQueryableCriteria
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
select
statements in the SQM tree.Nodes representing
update
statements in the SQM tree.-
Uses of JpaQueryableCriteria in org.hibernate.query.criteria
Subinterfaces of JpaQueryableCriteria 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
Extension of the JPACriteriaQuery
interface
interface
Classes in org.hibernate.query.criteria that implement JpaQueryableCriteriaModifier and TypeClassDescriptionclass
A utility class that makes it easier to build criteria queries. -
Uses of JpaQueryableCriteria in org.hibernate.query.sqm.tree
Subinterfaces of JpaQueryableCriteria 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.interface
SqmStatement<T>
The basic SQM statement contract for top-level statementsClasses in org.hibernate.query.sqm.tree that implement JpaQueryableCriteriaModifier and TypeClassDescriptionclass
class
class
-
Uses of JpaQueryableCriteria in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement JpaQueryableCriteria -
Uses of JpaQueryableCriteria in org.hibernate.query.sqm.tree.insert
Subinterfaces of JpaQueryableCriteria 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 JpaQueryableCriteriaModifier and TypeClassDescriptionclass
Convenience base class for InsertSqmStatement implementations.class
class
-
Uses of JpaQueryableCriteria in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement JpaQueryableCriteria -
Uses of JpaQueryableCriteria in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement JpaQueryableCriteria