Uses of Interface
org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
-
Packages that use ColumnReferenceQualifier 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.org.hibernate.sql.model.ast SQL AST extensions for model mutations. -
-
Uses of ColumnReferenceQualifier in org.hibernate.query.results
Classes in org.hibernate.query.results that implement ColumnReferenceQualifier Modifier and Type Class Description classTableGroupImplA TableGroup created with regards to a SQL ResultSet mapping -
Uses of ColumnReferenceQualifier in org.hibernate.sql.ast.tree.cte
Classes in org.hibernate.sql.ast.tree.cte that implement ColumnReferenceQualifier Modifier and Type Class Description classCteTableGroupWraps aNamedTableReferencerepresenting the CTE and adapts it toTableGroupfor use in SQL AST -
Uses of ColumnReferenceQualifier in org.hibernate.sql.ast.tree.from
Subinterfaces of ColumnReferenceQualifier in org.hibernate.sql.ast.tree.from Modifier and Type Interface Description interfacePluralTableGroupinterfaceTableGroupGroup togetherTableReferencereferences related to a single entity or collection, along with joins to other TableGroupsinterfaceTableReferenceRepresents a reference to a table (derived or physical) in a query's from clause.interfaceVirtualTableGroupMarker interface for TableGroup impls that are virtual - should not be rendered into the SQL.Classes in org.hibernate.sql.ast.tree.from that implement ColumnReferenceQualifier Modifier and Type Class Description classAbstractColumnReferenceQualifierclassAbstractTableGroupclassAbstractTableReferenceclassCollectionTableGroupA table group for collection tables of plural attributes.classCorrelatedPluralTableGroupA table group for correlated plural attributes.classCorrelatedTableGroupA virtualTableReferencefor correlated roots.classDelegatingTableGroupclassDerivedTableReferenceclassFunctionTableGroupA special table group for a table valued functions.classFunctionTableReferenceA table reference for a table valued function.classLazyTableGroupThe purpose of this table group is to defer creating the actual table group until it is really needed.classMappedByTableGroupclassMutatingTableReferenceGroupWrapperActs as a TableGroup for DML query operations.classNamedTableReferenceRepresents a reference to a "named" table in a query's from clause.classOneToManyTableGroupA table group for one-to-many plural attributes.classQueryPartTableGroupA special table group for a sub-queries.classQueryPartTableReferenceA table reference for a query part.classStandardTableGroupclassStandardVirtualTableGroupclassUnionTableGroupclassUnionTableReferenceclassValuesTableGroupA special table group for a VALUES clause.classValuesTableReference -
Uses of ColumnReferenceQualifier in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast that implement ColumnReferenceQualifier Modifier and Type Class Description classMutatingTableReferenceSpecialized TableReference for model mutation operations
-