Uses of Package
org.hibernate.sql.ast
-
Packages that use org.hibernate.sql.ast Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.aggregate Support forDialect
-specific aggregate column types, including user-defined composite types, and JSON or XML types.org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast org.hibernate.persister.internal Built-in implementation of the SPI for integrating entity and collection persisters.org.hibernate.query.derived org.hibernate.query.results Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptor
handling.org.hibernate.query.sqm.produce.function.internal org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.spatial.dialect.oracle org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.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.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.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.ast.tree.insert AST nodes representinginsert
statements in a SQL tree.org.hibernate.sql.ast.tree.predicate AST nodes representing logical predicates 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.org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.model.internal org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.internal org.hibernate.testing.jdbc -
Classes in org.hibernate.sql.ast used by org.hibernate.dialect Class Description SqlAstNodeRenderingMode The rendering mode to use forSqlAstNode
.SqlAstTranslator SqlAstTranslatorFactory Factory for obtaining single-use SQL AST translatorsSqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.dialect.aggregate Class Description SqlAstTranslator -
Classes in org.hibernate.sql.ast used by org.hibernate.dialect.function Class Description SqlAstNodeRenderingMode The rendering mode to use forSqlAstNode
.SqlAstTranslator -
Classes in org.hibernate.sql.ast used by org.hibernate.engine.jdbc.env.internal Class Description SqlAstTranslatorFactory Factory for obtaining single-use SQL AST translators -
Classes in org.hibernate.sql.ast used by org.hibernate.engine.jdbc.env.spi Class Description SqlAstTranslatorFactory Factory for obtaining single-use SQL AST translators -
Classes in org.hibernate.sql.ast used by org.hibernate.internal Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.metamodel.internal Class Description Clause Used to indicate which query clause we are currently processingSqlAstJoinType -
Classes in org.hibernate.sql.ast used by org.hibernate.metamodel.mapping Class Description Clause Used to indicate which query clause we are currently processing -
Classes in org.hibernate.sql.ast used by org.hibernate.metamodel.mapping.internal Class Description Clause Used to indicate which query clause we are currently processingSqlAstJoinType SqlAstTranslator -
Classes in org.hibernate.sql.ast used by org.hibernate.metamodel.mapping.ordering.ast Class Description SqlAstTranslator -
Classes in org.hibernate.sql.ast used by org.hibernate.persister.internal Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.query.derived Class Description Clause Used to indicate which query clause we are currently processingSqlAstJoinType -
Classes in org.hibernate.sql.ast used by org.hibernate.query.results Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.function Class Description SqlAstNodeRenderingMode The rendering mode to use forSqlAstNode
.SqlAstTranslator -
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.internal Class Description SqlAstTranslator -
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.produce.function Class Description SqlAstNodeRenderingMode The rendering mode to use forSqlAstNode
. -
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.produce.function.internal Class Description SqlAstNodeRenderingMode The rendering mode to use forSqlAstNode
.SqlAstTranslator -
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.sql Class Description Clause Used to indicate which query clause we are currently processing -
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.sql.internal Class Description Clause Used to indicate which query clause we are currently processingSqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.tree Class Description SqlAstJoinType -
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.tree.expression Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.spatial.dialect.oracle Class Description SqlAstTranslator -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast Class Description Clause Used to indicate which query clause we are currently processingSqlAstJoinType SqlAstNodeRenderingMode The rendering mode to use forSqlAstNode
.SqlAstTranslator SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.spi Class Description Clause Used to indicate which query clause we are currently processingSqlAstNodeRenderingMode The rendering mode to use forSqlAstNode
.SqlAstTranslator SqlAstTranslatorFactory Factory for obtaining single-use SQL AST translatorsSqlAstWalker SqlTreeCreationException Base exception type for problems building a SQL tree. -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.delete Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.expression Class Description SqlAstTranslator SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.from Class Description SqlAstJoinType SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.insert Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.predicate Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.select Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.update Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.exec.internal Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.model.ast Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.model.internal Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.results.graph.embeddable Class Description SqlAstJoinType -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.results.internal Class Description SqlAstWalker -
Classes in org.hibernate.sql.ast used by org.hibernate.testing.jdbc Class Description SqlAstJoinType