Uses of Class
org.hibernate.sql.ast.tree.from.AbstractTableGroup
Packages that use AbstractTableGroup
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 AbstractTableGroup in org.hibernate.query.results.internal
Subclasses of AbstractTableGroup in org.hibernate.query.results.internalModifier and TypeClassDescriptionclassTableGroup implementation used while building ResultSetMapping references. -
Uses of AbstractTableGroup in org.hibernate.sql.ast.tree.cte
Subclasses of AbstractTableGroup in org.hibernate.sql.ast.tree.cteModifier and TypeClassDescriptionclassWraps aNamedTableReferencerepresenting the CTE and adapts it toTableGroupfor use in SQL AST -
Uses of AbstractTableGroup in org.hibernate.sql.ast.tree.from
Subclasses of AbstractTableGroup in org.hibernate.sql.ast.tree.fromModifier and TypeClassDescriptionclassA 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 special table group for a sub-queries.classclassclassclassA special table group for a VALUES clause.