Uses of Package
org.hibernate.sql.ast.tree.from
-
Packages that use org.hibernate.sql.ast.tree.from Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.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 Support for set and map orderingorg.hibernate.metamodel.mapping.ordering.ast org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.query.results Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.mutation.internal.cte org.hibernate.query.sqm.mutation.internal.inline org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal 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.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.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.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.model.ast SQL AST extensions for model mutations.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.collection.internal org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.entity.internal -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.dialect Class Description FunctionTableReference A table reference for a table valued function.NamedTableReference Represents a reference to a "named" table in a query's from clause.QueryPartTableReference A table reference for a query part.TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableGroupJoin ValuesTableReference -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.engine.spi Class Description TableGroup Group togetherTableReference
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.id Class Description RootTableGroupProducer Contract for things that can produce theTableGroup
that is a root of afrom-clause
TableGroupProducer Marker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.internal Class Description TableGroup Group togetherTableReference
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.internal Class Description TableGroup Group togetherTableReference
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.spi Class Description RootTableGroupProducer Contract for things that can produce theTableGroup
that is a root of afrom-clause
TableGroupProducer Marker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.metamodel Class Description TableGroup Group togetherTableReference
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.internal Class Description TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableGroupJoin TableGroupJoinProducer TableGroupProducer Marker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.metamodel.mapping Class Description RootTableGroupProducer Contract for things that can produce theTableGroup
that is a root of afrom-clause
TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableGroupJoinProducer TableGroupProducer Marker interface for anything which produces a TableGroupTableReference Represents a reference to a table (derived or physical) in a query's from clause.TableReferenceJoin 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.internal Class Description LazyTableGroup The purpose of this table group is to defer creating the actual table group until it is really needed.LazyTableGroup.ParentTableGroupUseChecker RootTableGroupProducer Contract for things that can produce theTableGroup
that is a root of afrom-clause
TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableGroupJoin TableGroupJoinProducer TableGroupProducer Marker interface for anything which produces a TableGroupTableReference 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.metamodel.mapping.ordering Class Description TableGroup Group togetherTableReference
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.ast Class Description TableGroup Group togetherTableReference
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.internal Class Description TableGroup Group togetherTableReference
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.collection Class Description TableGroup Group togetherTableReference
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.entity Class Description RootTableGroupProducer Contract for things that can produce theTableGroup
that is a root of afrom-clause
TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableGroupProducer Marker interface for anything which produces a TableGroupTableReference Represents a reference to a table (derived or physical) in a query's from clause.TableReferenceJoin Represents a join to aTableReference
; roughly equivalent to a SQL join.UnionTableReference -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.derived Class Description LazyTableGroup The purpose of this table group is to defer creating the actual table group until it is really needed.LazyTableGroup.ParentTableGroupUseChecker RootTableGroupProducer Contract for things that can produce theTableGroup
that is a root of afrom-clause
TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableGroupJoin TableGroupJoinProducer TableGroupProducer Marker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.query.results Class Description AbstractColumnReferenceQualifier AbstractTableGroup ColumnReferenceQualifier TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableReference Represents a reference to a table (derived or physical) in a query's from clause.TableReferenceJoin 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.internal Class Description TableGroup Group togetherTableReference
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.internal Class Description TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableReference 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.query.sqm.mutation.internal.cte Class Description NamedTableReference Represents a reference to a "named" table in a query's from clause.TableReference 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.query.sqm.mutation.internal.inline Class Description TableReference 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.query.sqm.mutation.internal.temptable Class Description NamedTableReference Represents a reference to a "named" table in a query's from clause.TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableReference Represents a reference to a table (derived or physical) in a query's from clause.TableReferenceJoin 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.sql Class Description TableGroup Group togetherTableReference
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.internal Class Description TableGroup Group togetherTableReference
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 Class Description FromClause The SQL AST from-clause nodeFunctionTableReference A table reference for a table valued function.NamedTableReference Represents a reference to a "named" table in a query's from clause.QueryPartTableReference A table reference for a query part.TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableGroupJoin TableReferenceJoin Represents a join to aTableReference
; roughly equivalent to a SQL join.ValuesTableReference -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.spi Class Description DerivedTableReference FromClause The SQL AST from-clause nodeFunctionTableReference A table reference for a table valued function.NamedTableReference Represents a reference to a "named" table in a query's from clause.QueryPartTableReference A table reference for a query part.TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableGroupJoin TableGroupProducer Marker interface for anything which produces a TableGroupTableReference Represents a reference to a table (derived or physical) in a query's from clause.TableReferenceJoin Represents a join to aTableReference
; roughly equivalent to a SQL join.ValuesTableReference -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.tree Class Description FromClause The SQL AST from-clause nodeNamedTableReference Represents 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.cte Class Description AbstractColumnReferenceQualifier AbstractTableGroup ColumnReferenceQualifier NamedTableReference Represents a reference to a "named" table in a query's from clause.TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableReference Represents a reference to a table (derived or physical) in a query's from clause.TableReferenceJoin 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.delete Class Description FromClause The SQL AST from-clause nodeNamedTableReference Represents 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.expression Class Description TableReference 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.from Class Description AbstractColumnReferenceQualifier AbstractTableGroup AbstractTableReference ColumnReferenceQualifier CorrelatedTableGroup A virtualTableReference
for correlated roots.DelegatingTableGroup DerivedTableReference FunctionTableReference A table reference for a table valued function.LazyTableGroup.ParentTableGroupUseChecker NamedTableReference Represents a reference to a "named" table in a query's from clause.PluralTableGroup QueryPartTableReference A table reference for a query part.StandardTableGroup TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableGroupJoin TableGroupJoinProducer TableGroupProducer Marker interface for anything which produces a TableGroupTableJoin The commonalities betweenTableGroupJoin
andTableReferenceJoin
.TableReference Represents a reference to a table (derived or physical) in a query's from clause.TableReferenceJoin Represents a join to aTableReference
; roughly equivalent to a SQL join.UnionTableReference ValuesTableReference VirtualTableGroup 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.insert Class Description NamedTableReference Represents 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 Class Description FromClause The SQL AST from-clause node -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.ast.tree.update Class Description FromClause The SQL AST from-clause nodeNamedTableReference Represents 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.ast Class Description ColumnReferenceQualifier TableReference 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.results.graph Class Description TableGroup Group togetherTableReference
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.internal Class Description TableGroup Group togetherTableReference
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.embeddable Class Description TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsTableGroupJoinProducer TableGroupProducer Marker interface for anything which produces a TableGroup -
Classes in org.hibernate.sql.ast.tree.from used by org.hibernate.sql.results.graph.entity.internal Class Description TableGroup Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroups