Uses of Interface
jakarta.persistence.criteria.CommonAbstractCriteria
Packages that use CommonAbstractCriteria
Package
Description
Jakarta Persistence Criteria API
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 CommonAbstractCriteria in jakarta.persistence.criteria
Subinterfaces of CommonAbstractCriteria in jakarta.persistence.criteriaModifier and TypeInterfaceDescriptioninterfaceTheAbstractQueryinterface defines functionality that is common to both top-level queries and subqueries.interfaceTheCriteriaDeleteinterface defines functionality for performing bulk delete operations using the Criteria APIinterfaceTheCriteriaQueryinterface defines functionality that is specific to top-level queries.interfaceTheCriteriaUpdateinterface defines functionality for performing bulk update operations using the Criteria API.interfaceSubquery<T>TheSubqueryinterface defines functionality that is specific to subqueries.Methods in jakarta.persistence.criteria that return CommonAbstractCriteriaModifier and TypeMethodDescriptionSubquery.getContainingQuery()Return the query of which this is a subquery. -
Uses of CommonAbstractCriteria in org.hibernate.query.criteria
Subinterfaces of CommonAbstractCriteria in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThe commonalities between insert-select and insert-values.interfaceA representation of SqmInsertSelectStatement at theorg.hibernate.query.criterialevel, even though JPA does not define support for insert-select criteria.interfaceA representation of SqmInsertValuesStatement at theorg.hibernate.query.criterialevel, even though JPA does not define support for insert-values criteria.interfaceExtension of the JPACriteriaQueryinterfaceinterfaceinterfaceCommon contract for the forms of criteria that are "queryable" - can be converted into aQuery.interfaceCommonality between a JPAJpaCriteriaQueryandJpaSubQuery, mainly in the form of delegation toJpaQueryStructureinterfaceJpaSubQuery<T>Classes in org.hibernate.query.criteria that implement CommonAbstractCriteriaModifier and TypeClassDescriptionclassA utility class that makes it easier to build criteria queries. -
Uses of CommonAbstractCriteria in org.hibernate.query.sqm.tree
Subinterfaces of CommonAbstractCriteria in org.hibernate.query.sqm.treeModifier and TypeInterfaceDescriptioninterfaceIn some cases it is useful to be able to handle UPDATE or DELETE SQM trees using a single contract.interfaceCommon extension of SqmStatement for DML (delete, update and insert-select) statements.interfaceSqmQuery<T>Commonality between a top-level statement and a sub-queryinterfaceSqmStatement<T>The basic SQM statement contract for top-level statementsClasses in org.hibernate.query.sqm.tree that implement CommonAbstractCriteriaModifier and TypeClassDescriptionclassclassclass -
Uses of CommonAbstractCriteria in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement CommonAbstractCriteria -
Uses of CommonAbstractCriteria in org.hibernate.query.sqm.tree.insert
Subinterfaces of CommonAbstractCriteria in org.hibernate.query.sqm.tree.insertModifier and TypeInterfaceDescriptioninterfaceThe general contract for INSERT statements.Classes in org.hibernate.query.sqm.tree.insert that implement CommonAbstractCriteriaModifier and TypeClassDescriptionclassConvenience base class for InsertSqmStatement implementations.classclass -
Uses of CommonAbstractCriteria in org.hibernate.query.sqm.tree.select
Subinterfaces of CommonAbstractCriteria in org.hibernate.query.sqm.tree.selectModifier and TypeInterfaceDescriptioninterfaceClasses in org.hibernate.query.sqm.tree.select that implement CommonAbstractCriteria -
Uses of CommonAbstractCriteria in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement CommonAbstractCriteria