Uses of Package
org.hibernate.sql.ast
Packages that use org.hibernate.sql.ast
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for
Dialect
-specific aggregate column types,
including user-defined composite types, and JSON or XML types.Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Built-in implementation of the SPI for integrating entity and collection persisters.
An SPI for defining, registering, and rendering functions in HQL.
Package for the SQM-backed Query implementation details
Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
Package defining support for
SqmFunctionDescriptor
handling.Package for the translation of SQM into SQL AST
This package contains the classes that make up the SQM tree nodes.
Nodes representing expressions in the SQM tree.
Package defining a SQL AST for use in generation of SQL.
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.
AST nodes representing
delete
statements in a SQL tree.AST nodes representing expressions in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
AST nodes representing
insert
statements in a SQL tree.AST nodes representing logical predicates in a SQL tree.
AST nodes representing
select
statements in a SQL tree.AST nodes representing
update
statements in a SQL tree.Implementation of the SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.
-
Classes in org.hibernate.sql.ast used by org.hibernate.dialectClassDescriptionThe rendering mode to use for
SqlAstNode
.Factory for obtaining single-use SQL AST translators -
Classes in org.hibernate.sql.ast used by org.hibernate.dialect.aggregate
-
Classes in org.hibernate.sql.ast used by org.hibernate.dialect.function
-
Classes in org.hibernate.sql.ast used by org.hibernate.dialect.function.array
-
Classes in org.hibernate.sql.ast used by org.hibernate.dialect.function.json
-
Classes in org.hibernate.sql.ast used by org.hibernate.dialect.function.xml
-
Classes in org.hibernate.sql.ast used by org.hibernate.engine.jdbc.env.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.engine.jdbc.env.spi
-
Classes in org.hibernate.sql.ast used by org.hibernate.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.loader.ast.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.metamodel.internalClassDescriptionUsed to indicate which query clause we are currently processing
-
Classes in org.hibernate.sql.ast used by org.hibernate.metamodel.mapping
-
Classes in org.hibernate.sql.ast used by org.hibernate.metamodel.mapping.internalClassDescriptionUsed to indicate which query clause we are currently processing
-
Classes in org.hibernate.sql.ast used by org.hibernate.metamodel.mapping.ordering.ast
-
Classes in org.hibernate.sql.ast used by org.hibernate.persister.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.derivedClassDescriptionUsed to indicate which query clause we are currently processing
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.results.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.function
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.mutation.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.mutation.internal.temptable
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.produce.function
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.produce.function.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.sqlClassDescriptionUsed to indicate which query clause we are currently processing
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.sql.internalClassDescriptionUsed to indicate which query clause we are currently processing
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.tree
-
Classes in org.hibernate.sql.ast used by org.hibernate.query.sqm.tree.expression
-
Classes in org.hibernate.sql.ast used by org.hibernate.spatial.dialect.oracle
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.astClassDescriptionUsed to indicate which query clause we are currently processingThe rendering mode to use for
SqlAstNode
. -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.spiClassDescriptionUsed to indicate which query clause we are currently processingThe rendering mode to use for
SqlAstNode
.Factory for obtaining single-use SQL AST translatorsBase exception type for problems building a SQL tree. -
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.cte
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.delete
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.expression
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.from
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.insert
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.predicate
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.select
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.ast.tree.update
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.exec.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.model.ast
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.model.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.results.graph.embeddable
-
Classes in org.hibernate.sql.ast used by org.hibernate.sql.results.internal
-
Classes in org.hibernate.sql.ast used by org.hibernate.testing.jdbc