Uses of Class
org.hibernate.sql.ast.tree.from.AbstractTableGroup
-
Packages that use AbstractTableGroup Package Description org.hibernate.query.results Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.org.hibernate.sql.ast.tree.cte Support for common table expressions (CTE) in a SQL tree.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree. -
-
Uses of AbstractTableGroup in org.hibernate.query.results
Subclasses of AbstractTableGroup in org.hibernate.query.results Modifier and Type Class Description class
TableGroupImpl
A TableGroup created with regards to a SQL ResultSet mapping -
Uses of AbstractTableGroup in org.hibernate.sql.ast.tree.cte
Subclasses of AbstractTableGroup in org.hibernate.sql.ast.tree.cte Modifier and Type Class Description class
CteTableGroup
Wraps aNamedTableReference
representing the CTE and adapts it toTableGroup
for use in SQL AST -
Uses of AbstractTableGroup in org.hibernate.sql.ast.tree.from
Subclasses of AbstractTableGroup in org.hibernate.sql.ast.tree.from Modifier and Type Class Description class
CollectionTableGroup
A table group for collection tables of plural attributes.class
CorrelatedPluralTableGroup
A table group for correlated plural attributes.class
CorrelatedTableGroup
A virtualTableReference
for correlated roots.class
FunctionTableGroup
A special table group for a table valued functions.class
QueryPartTableGroup
A special table group for a sub-queries.class
StandardTableGroup
class
StandardVirtualTableGroup
class
UnionTableGroup
class
ValuesTableGroup
A special table group for a VALUES clause.
-