Uses of Interface
org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
Packages that use ColumnReferenceQualifier
Package
Description
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
SQL AST extensions for model mutations.
-
Uses of ColumnReferenceQualifier in org.hibernate.query.results.internal
Classes in org.hibernate.query.results.internal that implement ColumnReferenceQualifierModifier and TypeClassDescriptionclass
TableGroup implementation used while building ResultSetMapping references. -
Uses of ColumnReferenceQualifier in org.hibernate.sql.ast.tree.cte
Classes in org.hibernate.sql.ast.tree.cte that implement ColumnReferenceQualifierModifier and TypeClassDescriptionclass
Wraps aNamedTableReference
representing the CTE and adapts it toTableGroup
for use in SQL AST -
Uses of ColumnReferenceQualifier in org.hibernate.sql.ast.tree.from
Subinterfaces of ColumnReferenceQualifier in org.hibernate.sql.ast.tree.fromModifier and TypeInterfaceDescriptioninterface
interface
Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsinterface
Represents a reference to a table (derived or physical) in a query's from clause.interface
Marker interface for TableGroup impls that are virtual - should not be rendered into the SQL.Classes in org.hibernate.sql.ast.tree.from that implement ColumnReferenceQualifierModifier and TypeClassDescriptionclass
class
class
class
A table group for collection tables of plural attributes.class
A table group for correlated plural attributes.class
A virtualTableReference
for correlated roots.class
class
class
A table group for functions that produce embeddable typed results.class
A table reference for functions that produce embeddable typed results.class
A special table group for a table valued functions.class
A table reference for a table valued function.class
The purpose of this table group is to defer creating the actual table group until it is really needed.class
class
Acts as a TableGroup for DML query operations.class
Represents a reference to a "named" table in a query's from clause.class
A table group for one-to-many plural attributes.class
A special table group for a sub-queries.class
A table reference for a query part.class
class
class
class
class
A special table group for a VALUES clause.class
-
Uses of ColumnReferenceQualifier in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast that implement ColumnReferenceQualifierModifier and TypeClassDescriptionclass
Specialized TableReference for model mutation operations