Uses of Package
org.hibernate.sql.ast.tree.cte
-
Packages that use org.hibernate.sql.ast.tree.cte Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.query.criteria The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.org.hibernate.query.derived org.hibernate.query.sqm.mutation.internal.cte org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree Package defining the SQL AST.org.hibernate.sql.ast.tree.cte Support for common table expressions (CTE) in a SQL tree.org.hibernate.sql.ast.tree.delete AST nodes representingdelete
statements in a SQL tree.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.ast.tree.insert AST nodes representinginsert
statements in a SQL tree.org.hibernate.sql.ast.tree.select AST nodes representingselect
statements in a SQL tree.org.hibernate.sql.ast.tree.update AST nodes representingupdate
statements in a SQL tree. -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.dialect Class Description CteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTECteMaterialization The kind of materialization that should be used for a CTE.CteStatement A statement using a CTE -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.dialect.function Class Description CteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTE -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.query.criteria Class Description CteMaterialization The kind of materialization that should be used for a CTE.CteSearchClauseKind The kind of CTE search clause. -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.query.derived Class Description CteColumn Information about a column in the CTE table -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.query.sqm.mutation.internal.cte Class Description CteColumn Information about a column in the CTE tableCteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTECteStatement A statement using a CTECteTable Describes the table definition for the CTE - its name amd its columns -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.query.sqm.sql Class Description CteColumn Information about a column in the CTE tableCteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTECteStatement A statement using a CTECteTable Describes the table definition for the CTE - its name amd its columnsSearchClauseSpecification -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.query.sqm.tree.cte Class Description CteMaterialization The kind of materialization that should be used for a CTE.CteSearchClauseKind The kind of CTE search clause. -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.sql.ast.spi Class Description CteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTECteMaterialization The kind of materialization that should be used for a CTE.CteObject An object that is part of a WITH clause.CteStatement A statement using a CTE -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.sql.ast.tree Class 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.CteStatement A statement using a CTE -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.sql.ast.tree.cte Class Description CteColumn Information about a column in the CTE tableCteMaterialization The kind of materialization that should be used for a CTE.CteObject An object that is part of a WITH clause.CteSearchClauseKind The kind of CTE search clause.CteStatement A statement using a CTECteTable Describes the table definition for the CTE - its name amd its columnsSearchClauseSpecification -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.sql.ast.tree.delete Class Description CteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTE -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.sql.ast.tree.expression Class Description CteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTE -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.sql.ast.tree.insert Class Description CteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTE -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.sql.ast.tree.select Class Description CteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTE -
Classes in org.hibernate.sql.ast.tree.cte used by org.hibernate.sql.ast.tree.update Class Description CteContainer The consumer part of a CTE statement - the select or insert or delete or update that uses the CTE