Uses of Interface
org.hibernate.query.sqm.sql.internal.SqmPathInterpretation
Packages that use SqmPathInterpretation
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 SqmPathInterpretation in org.hibernate.query.results.internal
Classes in org.hibernate.query.results.internal that implement SqmPathInterpretationModifier and TypeClassDescriptionclass
TableGroup implementation used while building ResultSetMapping references. -
Uses of SqmPathInterpretation in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement SqmPathInterpretationModifier and TypeClassDescriptionclass
class
class
class
SqmPathInterpretation for discriminated association (ANY) mappingsclass
SqmPathInterpretation and DomainResultProducer implementation for entity discriminatorclass
class
class
class
Methods in org.hibernate.query.sqm.sql.internal that return SqmPathInterpretationModifier and TypeMethodDescriptionstatic 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 SqmPathInterpretationModifier and TypeClassDescriptionclass
Wraps aNamedTableReference
representing the CTE and adapts it toTableGroup
for use in SQL AST -
Uses of SqmPathInterpretation in org.hibernate.sql.ast.tree.from
Subinterfaces of SqmPathInterpretation in org.hibernate.sql.ast.tree.fromModifier and TypeInterfaceDescriptioninterface
interface
Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsinterface
Marker interface for TableGroup impls that are virtual - should not be rendered into the SQL.Classes in org.hibernate.sql.ast.tree.from that implement SqmPathInterpretationModifier and TypeClassDescriptionclass
class
A table group for collection tables of plural attributes.class
A table group for correlated plural attributes.class
A virtualTableReference
for correlated roots.class
class
A table group for functions that produce embeddable typed results.class
A special table group for a table valued functions.class
The purpose of this table group is to defer creating the actual table group until it is really needed.class
class
Acts as a TableGroup for DML query operations.class
A table group for one-to-many plural attributes.class
A special table group for a sub-queries.class
class
class
class
A special table group for a VALUES clause.