Uses of Package
org.hibernate.sql.ast.tree.from
Packages that use org.hibernate.sql.ast.tree.from
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Contains a framework of strategies for efficient retrieval of
database-generated values.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Support for set and map ordering
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
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 for the translation of SQM into SQL AST
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
select
statements in a SQL tree.AST nodes representing
update
statements in a SQL tree.SQL AST extensions for model mutations.
Defines domain result graphs.
-
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.boot.model.internalClassDescriptionRepresents a reference to a table (derived or physical) in a query's from clause.
-
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.dialectClassDescriptionA table reference for a table valued function.Represents a reference to a "named" table in a query's from clause.A table reference for a query part.Group together
TableReference
references related to a single entity or collection, along with joins to other TableGroupsRepresents a reference to a table (derived or physical) in a query's from clause. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.dialect.functionClassDescriptionA special table group for a table valued functions.Group together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.engine.spiClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.generator.valuesClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.internalClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.loader.ast.internalClassDescriptionThe SQL AST from-clause nodeGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.loader.ast.spiClassDescriptionContract for things that can produce the
TableGroup
that is a root of afrom-clause
Marker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.metamodelClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.metamodel.internalClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroupsMarker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.metamodel.mappingClassDescriptionContract for things that can produce the
TableGroup
that is a root of afrom-clause
Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsMarker interface for anything which produces a TableGroupRepresents a reference to a table (derived or physical) in a query's from clause.Represents a join to aTableReference
; roughly equivalent to a SQL join. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.metamodel.mapping.internalClassDescriptionThe purpose of this table group is to defer creating the actual table group until it is really needed.Contract for things that can produce the
TableGroup
that is a root of afrom-clause
Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsMarker interface for anything which produces a TableGroupRepresents a reference to a table (derived or physical) in a query's from clause. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.metamodel.mapping.orderingClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.metamodel.mapping.ordering.astClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.metamodel.model.domain.internalClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.persister.collectionClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.persister.entityClassDescriptionContract for things that can produce the
TableGroup
that is a root of afrom-clause
Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsMarker interface for anything which produces a TableGroupRepresents a reference to a table (derived or physical) in a query's from clause.Represents a join to aTableReference
; roughly equivalent to a SQL join. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.processor.validationClassDescriptionContract for things that can produce the
TableGroup
that is a root of afrom-clause
Marker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.derivedClassDescriptionThe purpose of this table group is to defer creating the actual table group until it is really needed.Contract for things that can produce the
TableGroup
that is a root of afrom-clause
Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsMarker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.results.internalClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroupsRepresents a reference to a table (derived or physical) in a query's from clause.Represents a join to aTableReference
; roughly equivalent to a SQL join. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.sqm.functionClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.sqm.internalClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.sqm.mutation.internalClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroupsRepresents a reference to a table (derived or physical) in a query's from clause. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.sqm.mutation.internal.cteClassDescriptionRepresents a reference to a "named" table in a query's from clause.Group together
TableReference
references related to a single entity or collection, along with joins to other TableGroupsRepresents a reference to a table (derived or physical) in a query's from clause. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.sqm.mutation.internal.inlineClassDescriptionRepresents a reference to a table (derived or physical) in a query's from clause.
-
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.sqm.mutation.internal.temptableClassDescriptionRepresents a reference to a "named" table in a query's from clause.Group together
TableReference
references related to a single entity or collection, along with joins to other TableGroupsRepresents a reference to a table (derived or physical) in a query's from clause.Represents a join to aTableReference
; roughly equivalent to a SQL join. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.sqm.sqlClassDescriptionA special table group for a table valued functions.Group together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.sqm.sql.internalClassDescriptionThe SQL AST from-clause nodeGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.sqm.tree.expressionClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.astClassDescriptionThe SQL AST from-clause nodeA table reference for a table valued function.Represents a reference to a "named" table in a query's from clause.A table reference for a query part.Group together
TableReference
references related to a single entity or collection, along with joins to other TableGroupsRepresents a join to aTableReference
; roughly equivalent to a SQL join. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.internalClassDescriptionRepresents a reference to a "named" table in a query's from clause.Group together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.spiClassDescriptionThe SQL AST from-clause nodeA table reference for a table valued function.Represents a reference to a "named" table in a query's from clause.A table reference for a query part.Group together
TableReference
references related to a single entity or collection, along with joins to other TableGroupsMarker interface for anything which produces a TableGroupRepresents a reference to a table (derived or physical) in a query's from clause.Represents a join to aTableReference
; roughly equivalent to a SQL join. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.treeClassDescriptionThe SQL AST from-clause nodeRepresents a reference to a "named" table in a query's from clause.
-
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.tree.cteClassDescriptionRepresents a reference to a "named" table in a query's from clause.Group together
TableReference
references related to a single entity or collection, along with joins to other TableGroupsRepresents a reference to a table (derived or physical) in a query's from clause.Represents a join to aTableReference
; roughly equivalent to a SQL join. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.tree.deleteClassDescriptionThe SQL AST from-clause nodeRepresents a reference to a "named" table in a query's from clause.
-
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.tree.expressionClassDescriptionA table reference for functions that produce embeddable typed results.Represents a reference to a table (derived or physical) in a query's from clause.
-
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.tree.fromClassDescriptionA virtual
TableReference
for correlated roots.A table reference for functions that produce embeddable typed results.A table reference for a table valued function.Represents a reference to a "named" table in a query's from clause.A table reference for a query part.Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsMarker interface for anything which produces a TableGroupThe commonalities betweenTableGroupJoin
andTableReferenceJoin
.Represents a reference to a table (derived or physical) in a query's from clause.Represents a join to aTableReference
; roughly equivalent to a SQL join.Marker interface for TableGroup impls that are virtual - should not be rendered into the SQL. -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.tree.insertClassDescriptionRepresents a reference to a "named" table in a query's from clause.
-
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.tree.select
-
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.tree.updateClassDescriptionThe SQL AST from-clause nodeRepresents a reference to a "named" table in a query's from clause.
-
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.model.astClassDescriptionRepresents a reference to a table (derived or physical) in a query's from clause.
-
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.results.graphClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.results.graph.collection.internalClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.results.graph.embeddableClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroupsMarker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.results.graph.entity.internalClassDescriptionGroup together
TableReference
references related to a single entity or collection, along with joins to other TableGroups