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 classTableGroupImplA 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 classCteTableGroupWraps 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.from Modifier and Type Class Description classCollectionTableGroupA table group for collection tables of plural attributes.classCorrelatedPluralTableGroupA table group for correlated plural attributes.classCorrelatedTableGroupA virtualTableReferencefor correlated roots.classFunctionTableGroupA special table group for a table valued functions.classQueryPartTableGroupA special table group for a sub-queries.classStandardTableGroupclassStandardVirtualTableGroupclassUnionTableGroupclassValuesTableGroupA special table group for a VALUES clause.
-