Uses of Interface
org.hibernate.query.criteria.JpaCriteriaBase
Packages that use JpaCriteriaBase
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 JpaCriteriaBase in org.hibernate.query.criteria
Subinterfaces of JpaCriteriaBase 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
interface
Common contract for the forms of criteria that are "queryable" - can be converted into aQuery
.interface
Commonality between a JPAJpaCriteriaQuery
andJpaSubQuery
, mainly in the form of delegation toJpaQueryStructure
interface
JpaSubQuery<T>
Classes in org.hibernate.query.criteria that implement JpaCriteriaBaseModifier and TypeClassDescriptionclass
A utility class that makes it easier to build criteria queries. -
Uses of JpaCriteriaBase in org.hibernate.query.sqm.tree
Subinterfaces of JpaCriteriaBase 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
SqmQuery<T>
Commonality between a top-level statement and a sub-queryinterface
SqmStatement<T>
The basic SQM statement contract for top-level statementsClasses in org.hibernate.query.sqm.tree that implement JpaCriteriaBaseModifier and TypeClassDescriptionclass
class
class
-
Uses of JpaCriteriaBase in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement JpaCriteriaBase -
Uses of JpaCriteriaBase in org.hibernate.query.sqm.tree.insert
Subinterfaces of JpaCriteriaBase 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 JpaCriteriaBaseModifier and TypeClassDescriptionclass
Convenience base class for InsertSqmStatement implementations.class
class
-
Uses of JpaCriteriaBase in org.hibernate.query.sqm.tree.select
Subinterfaces of JpaCriteriaBase in org.hibernate.query.sqm.tree.selectModifier and TypeInterfaceDescriptioninterface
Classes in org.hibernate.query.sqm.tree.select that implement JpaCriteriaBase -
Uses of JpaCriteriaBase in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement JpaCriteriaBase