Uses of Class
org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
Packages that use AbstractColumnReferenceQualifier
Package
Description
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
-
Uses of AbstractColumnReferenceQualifier in org.hibernate.query.results.internal
Subclasses of AbstractColumnReferenceQualifier in org.hibernate.query.results.internalModifier and TypeClassDescriptionclassTableGroup implementation used while building ResultSetMapping references. -
Uses of AbstractColumnReferenceQualifier in org.hibernate.sql.ast.tree.cte
Subclasses of AbstractColumnReferenceQualifier in org.hibernate.sql.ast.tree.cteModifier and TypeClassDescriptionclassWraps aNamedTableReferencerepresenting the CTE and adapts it toTableGroupfor use in SQL AST -
Uses of AbstractColumnReferenceQualifier in org.hibernate.sql.ast.tree.from
Subclasses of AbstractColumnReferenceQualifier in org.hibernate.sql.ast.tree.fromModifier and TypeClassDescriptionclassclassA table group for collection tables of plural attributes.classA table group for correlated plural attributes.classA virtualTableReferencefor correlated roots.classA table group for functions that produce embeddable typed results.classA special table group for a table valued functions.classA table group for one-to-many plural attributes.classA special table group for a sub-queries.classclassclassclassA special table group for a VALUES clause.