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 CTECteObject An object that is part of a WITH clause.SelfRenderingCteObject A self rendering object that is part of a WITH clause, like a function.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 aNamedTableReferencerepresenting the CTE and adapts it toTableGroupfor 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.