Uses of Interface
org.hibernate.query.sqm.tree.cte.SqmCteContainer
Packages that use SqmCteContainer
Package
Description
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
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 SqmCteContainer in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCteContainerModifier and TypeMethodDescriptionSemanticQueryWalker.visitCteContainer
(SqmCteContainer consumer) -
Uses of SqmCteContainer in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmCteContainer -
Uses of SqmCteContainer in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmCteContainerModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitCteContainer
(SqmCteContainer consumer) -
Uses of SqmCteContainer in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmCteContainerModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitCteContainer
(SqmCteContainer consumer) -
Uses of SqmCteContainer in org.hibernate.query.sqm.tree
Subinterfaces of SqmCteContainer 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.Classes in org.hibernate.query.sqm.tree that implement SqmCteContainerModifier and TypeClassDescriptionclass
class
Methods in org.hibernate.query.sqm.tree with parameters of type SqmCteContainerModifier and TypeMethodDescriptionprotected void
AbstractSqmDmlStatement.putAllCtes
(SqmCteContainer cteContainer) -
Uses of SqmCteContainer in org.hibernate.query.sqm.tree.cte
Methods in org.hibernate.query.sqm.tree.cte that return SqmCteContainerConstructors in org.hibernate.query.sqm.tree.cte with parameters of type SqmCteContainerModifierConstructorDescriptionSqmCteStatement
(String name, SqmSelectQuery<T> nonRecursiveQueryPart, boolean unionDistinct, Function<JpaCteCriteria<T>, AbstractQuery<T>> finalCriteriaProducer, SqmCteContainer cteContainer, NodeBuilder nodeBuilder) SqmCteStatement
(String name, SqmSelectQuery<T> cteDefinition, SqmCteContainer cteContainer, NodeBuilder nodeBuilder) -
Uses of SqmCteContainer in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement SqmCteContainer -
Uses of SqmCteContainer in org.hibernate.query.sqm.tree.insert
Subinterfaces of SqmCteContainer 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 SqmCteContainerModifier and TypeClassDescriptionclass
Convenience base class for InsertSqmStatement implementations.class
class
-
Uses of SqmCteContainer in org.hibernate.query.sqm.tree.select
Subinterfaces of SqmCteContainer in org.hibernate.query.sqm.tree.selectModifier and TypeInterfaceDescriptioninterface
Classes in org.hibernate.query.sqm.tree.select that implement SqmCteContainer -
Uses of SqmCteContainer in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement SqmCteContainer