Uses of Interface
org.hibernate.sql.ast.tree.cte.CteObject
Packages that use CteObject
Package
Description
Package defining support for creating and consuming a SQL AST.
Package defining the SQL AST.
Support for common table expressions (CTE) in a SQL tree.
-
Uses of CteObject in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type CteObjectModifier and TypeMethodDescriptionprotected void
AbstractSqlAstTranslator.visitCteObject
(CteObject cteObject) -
Uses of CteObject in org.hibernate.sql.ast.tree
Methods in org.hibernate.sql.ast.tree that return CteObjectMethods in org.hibernate.sql.ast.tree that return types with arguments of type CteObjectMethods in org.hibernate.sql.ast.tree with parameters of type CteObject -
Uses of CteObject in org.hibernate.sql.ast.tree.cte
Subinterfaces of CteObject in org.hibernate.sql.ast.tree.cteModifier and TypeInterfaceDescriptioninterface
A self rendering object that is part of a WITH clause, like a function.Methods in org.hibernate.sql.ast.tree.cte that return CteObjectMethods in org.hibernate.sql.ast.tree.cte that return types with arguments of type CteObjectMethods in org.hibernate.sql.ast.tree.cte with parameters of type CteObject