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.
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.
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.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.
Support for defining result set mappings used in
NativeQuery,
ProcedureCall, and StoredProcedureQuery.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
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
TableReferencereferences 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.engine.spiClassDescriptionGroup together
TableReferencereferences 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
TableReferencereferences 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.idClassDescriptionContract for things that can produce the
TableGroupthat is a root of afrom-clauseMarker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.internalClassDescriptionGroup together
TableReferencereferences 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
TableReferencereferences 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
TableGroupthat is a root of afrom-clauseMarker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.metamodelClassDescriptionGroup together
TableReferencereferences 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
TableReferencereferences 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
TableGroupthat is a root of afrom-clauseGroup togetherTableReferencereferences 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
TableGroupthat is a root of afrom-clauseGroup togetherTableReferencereferences 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
TableReferencereferences 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
TableReferencereferences 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
TableReferencereferences 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
TableReferencereferences 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
TableGroupthat is a root of afrom-clauseGroup togetherTableReferencereferences 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.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
TableGroupthat is a root of afrom-clauseGroup togetherTableReferencereferences 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.resultsClassDescriptionGroup together
TableReferencereferences 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.internalClassDescriptionGroup together
TableReferencereferences 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
TableReferencereferences 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
TableReferencereferences 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
TableReferencereferences 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.sqlClassDescriptionGroup together
TableReferencereferences 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
TableReferencereferences 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
TableReferencereferences 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
TableReferencereferences 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
TableReferencereferences 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
TableReferencereferences 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
TableReferencefor 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 togetherTableReferencereferences related to a single entity or collection, along with joins to other TableGroupsMarker interface for anything which produces a TableGroupThe commonalities betweenTableGroupJoinandTableReferenceJoin.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
TableReferencereferences 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
TableReferencereferences 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
TableReferencereferences 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
TableReferencereferences related to a single entity or collection, along with joins to other TableGroups