Uses of Interface
org.hibernate.query.sqm.sql.internal.SqmPathInterpretation
-
Packages that use SqmPathInterpretation Package Description org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.sqm.sql.internal 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 SqmPathInterpretation in org.hibernate.query.results
Classes in org.hibernate.query.results that implement SqmPathInterpretation Modifier and Type Class Description classTableGroupImplA TableGroup created with regards to a SQL ResultSet mapping -
Uses of SqmPathInterpretation in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement SqmPathInterpretation Modifier and Type Class Description classAbstractSqmPathInterpretation<T>classAnyDiscriminatorPathInterpretation<T>classBasicValuedPathInterpretation<T>classDiscriminatedAssociationPathInterpretation<T>SqmPathInterpretation for discriminated association (ANY) mappingsclassDiscriminatorPathInterpretation<T>SqmPathInterpretation and DomainResultProducer implementation for entity discriminatorclassEmbeddableValuedPathInterpretation<T>classEntityValuedPathInterpretation<T>classNonAggregatedCompositeValuedPathInterpretation<T>classPluralValuedSimplePathInterpretation<T>Methods in org.hibernate.query.sqm.sql.internal that return SqmPathInterpretation Modifier and Type Method Description static SqmPathInterpretation<?>DiscriminatorPathInterpretation. from(DiscriminatorSqmPath<?> path, SqmToSqlAstConverter converter)static SqmPathInterpretation<?>PluralValuedSimplePathInterpretation. from(SqmPluralValuedSimplePath<?> sqmPath, SqmToSqlAstConverter converter) -
Uses of SqmPathInterpretation in org.hibernate.sql.ast.tree.cte
Classes in org.hibernate.sql.ast.tree.cte that implement SqmPathInterpretation Modifier and Type Class Description classCteTableGroupWraps aNamedTableReferencerepresenting the CTE and adapts it toTableGroupfor use in SQL AST -
Uses of SqmPathInterpretation in org.hibernate.sql.ast.tree.from
Subinterfaces of SqmPathInterpretation 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 TableGroupsinterfaceVirtualTableGroupMarker interface for TableGroup impls that are virtual - should not be rendered into the SQL.Classes in org.hibernate.sql.ast.tree.from that implement SqmPathInterpretation Modifier and Type Class Description classAbstractTableGroupclassCollectionTableGroupA table group for collection tables of plural attributes.classCorrelatedPluralTableGroupA table group for correlated plural attributes.classCorrelatedTableGroupA virtualTableReferencefor correlated roots.classDelegatingTableGroupclassEmbeddableFunctionTableGroupA table group for functions that produce embeddable typed results.classFunctionTableGroupA special table group for a table valued functions.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.classOneToManyTableGroupA table group for one-to-many plural attributes.classQueryPartTableGroupA special table group for a sub-queries.classStandardTableGroupclassStandardVirtualTableGroupclassUnionTableGroupclassValuesTableGroupA special table group for a VALUES clause.
-