Uses of Interface
org.hibernate.query.criteria.JpaCteContainer
-
Packages that use JpaCteContainer Package Description org.hibernate.query.criteria The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.org.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree.org.hibernate.query.sqm.tree.delete Nodes representingdeletestatements in the SQM tree.org.hibernate.query.sqm.tree.insert Nodes representinginsertstatements in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree.org.hibernate.query.sqm.tree.update Nodes representingupdatestatements in the SQM tree. -
-
Uses of JpaCteContainer in org.hibernate.query.criteria
Subinterfaces of JpaCteContainer in org.hibernate.query.criteria Modifier and Type Interface Description interfaceJpaCriteriaDelete<T>interfaceJpaCriteriaInsert<T>The commonalities between insert-select and insert-values.interfaceJpaCriteriaInsertSelect<T>A representation of SqmInsertSelectStatement at theorg.hibernate.query.criterialevel, even though JPA does not define support for insert-select criteria.interfaceJpaCriteriaInsertValues<T>A representation of SqmInsertValuesStatement at theorg.hibernate.query.criterialevel, even though JPA does not define support for insert-values criteria.interfaceJpaCriteriaQuery<T>Extension of the JPACriteriaQueryinterfaceJpaCriteriaUpdate<T>interfaceJpaManipulationCriteria<E>interfaceJpaQueryableCriteria<T>Common contract for the forms of criteria that are "queryable" - can be converted into aQuery.interfaceJpaSubQuery<T>Classes in org.hibernate.query.criteria that implement JpaCteContainer Modifier and Type Class Description classCriteriaDefinition<R>A utility class that makes it easier to build criteria queries.Methods in org.hibernate.query.criteria that return JpaCteContainer Modifier and Type Method Description JpaCteContainerJpaCteCriteria. 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.tree Modifier and Type Interface Description interfaceSqmDeleteOrUpdateStatement<T>In some cases it is useful to be able to handle UPDATE or DELETE SQM trees using a single contract.interfaceSqmDmlStatement<E>Common extension of SqmStatement for DML (delete, update and insert-select) statements.interfaceSqmStatement<T>The basic SQM statement contract for top-level statementsClasses in org.hibernate.query.sqm.tree that implement JpaCteContainer Modifier and Type Class Description classAbstractSqmDmlStatement<E>classAbstractSqmRestrictedDmlStatement<T>classAbstractSqmStatement<T> -
Uses of JpaCteContainer in org.hibernate.query.sqm.tree.cte
Subinterfaces of JpaCteContainer in org.hibernate.query.sqm.tree.cte Modifier and Type Interface Description interfaceSqmCteContainer -
Uses of JpaCteContainer in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement JpaCteContainer Modifier and Type Class Description classSqmDeleteStatement<T> -
Uses of JpaCteContainer in org.hibernate.query.sqm.tree.insert
Subinterfaces of JpaCteContainer in org.hibernate.query.sqm.tree.insert Modifier and Type Interface Description interfaceSqmInsertStatement<T>The general contract for INSERT statements.Classes in org.hibernate.query.sqm.tree.insert that implement JpaCteContainer Modifier and Type Class Description classAbstractSqmInsertStatement<T>Convenience base class for InsertSqmStatement implementations.classSqmInsertSelectStatement<T>classSqmInsertValuesStatement<T> -
Uses of JpaCteContainer in org.hibernate.query.sqm.tree.select
Subinterfaces of JpaCteContainer in org.hibernate.query.sqm.tree.select Modifier and Type Interface Description interfaceSqmSelectQuery<T>Classes in org.hibernate.query.sqm.tree.select that implement JpaCteContainer Modifier and Type Class Description classAbstractSqmSelectQuery<T>classSqmSelectStatement<T>classSqmSubQuery<T> -
Uses of JpaCteContainer in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement JpaCteContainer Modifier and Type Class Description classSqmUpdateStatement<T>
-