Class AbstractSqmPathInterpretation<T>

java.lang.Object
org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation<T>
All Implemented Interfaces:
DomainResultProducer<T>, SqmPathInterpretation<T>, SqlSelectionProducer, Expression, SqlAstNode
Direct Known Subclasses:
AnyDiscriminatorPathInterpretation, BasicValuedPathInterpretation, DiscriminatedAssociationPathInterpretation, DiscriminatorPathInterpretation, EmbeddableValuedPathInterpretation, EntityValuedPathInterpretation, NonAggregatedCompositeValuedPathInterpretation, PluralValuedSimplePathInterpretation

public abstract class AbstractSqmPathInterpretation<T> extends Object implements SqmPathInterpretation<T>