Package org.hibernate.sql.ast.tree.cte
Support for common table expressions (CTE) in a SQL tree.
-
Interface Summary Interface Description CteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTE -
Class Summary Class Description CteColumn Information about a column in the CTE tableCteStatement A statement using a CTECteTable Describes the table definition for the CTE - its name amd its columnsCteTableGroup Wraps aNamedTableReference
representing the CTE and adapts it toTableGroup
for use in SQL ASTSearchClauseSpecification -
Enum Summary Enum Description CteMaterialization The kind of materialization that should be used for a CTE.CteSearchClauseKind The kind of CTE search clause.