Uses of Interface
org.hibernate.query.criteria.JpaCteContainer
Packages that use JpaCteContainer
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 common table expressions (CTE) in the SQM tree.
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 JpaCteContainer in org.hibernate.query.criteria
Subinterfaces of JpaCteContainer 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
JpaSubQuery<T>
Classes in org.hibernate.query.criteria that implement JpaCteContainerModifier and TypeClassDescriptionclass
A utility class that makes it easier to build criteria queries.Methods in org.hibernate.query.criteria that return JpaCteContainerModifier and TypeMethodDescriptionJpaCteCriteria.getCteContainer()
The container within this CTE is registered. -
Uses of JpaCteContainer in org.hibernate.query.sqm.tree
Subinterfaces of JpaCteContainer 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 JpaCteContainerModifier and TypeClassDescriptionclass
class
class
-
Uses of JpaCteContainer in org.hibernate.query.sqm.tree.cte
Subinterfaces of JpaCteContainer in org.hibernate.query.sqm.tree.cte -
Uses of JpaCteContainer in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement JpaCteContainer -
Uses of JpaCteContainer in org.hibernate.query.sqm.tree.insert
Subinterfaces of JpaCteContainer 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 JpaCteContainerModifier and TypeClassDescriptionclass
Convenience base class for InsertSqmStatement implementations.class
class
-
Uses of JpaCteContainer in org.hibernate.query.sqm.tree.select
Subinterfaces of JpaCteContainer in org.hibernate.query.sqm.tree.selectModifier and TypeInterfaceDescriptioninterface
Classes in org.hibernate.query.sqm.tree.select that implement JpaCteContainer -
Uses of JpaCteContainer in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement JpaCteContainer