Package org.hibernate.sql.ast.tree.cte
package org.hibernate.sql.ast.tree.cte
Support for common table expressions (CTE) in a SQL tree.
-
ClassDescriptionInformation about a column in the CTE tableThe consumer part of a CTE statement - the select or insert or delete or update that uses the CTEThe kind of materialization that should be used for a CTE.An object that is part of a WITH clause.The kind of CTE search clause.A statement using a CTEDescribes the table definition for the CTE - its name amd its columnsWraps a
NamedTableReference
representing the CTE and adapts it toTableGroup
for use in SQL ASTA self rendering object that is part of a WITH clause, like a function.