Class NonAggregatedCompositeValuedPathInterpretation<T>
java.lang.Object
org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation<T>
org.hibernate.query.sqm.sql.internal.NonAggregatedCompositeValuedPathInterpretation<T>
- All Implemented Interfaces:
DomainResultProducer<T>
,SqmPathInterpretation<T>
,SqlSelectionProducer
,Expression
,SqlTupleContainer
,SqlAstNode
public class NonAggregatedCompositeValuedPathInterpretation<T>
extends AbstractSqmPathInterpretation<T>
implements SqlTupleContainer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(SqlAstWalker sqlTreeWalker) static <T> NonAggregatedCompositeValuedPathInterpretation<T>
from
(NonAggregatedCompositeSimplePath<T> sqmPath, SqmToSqlAstConverter converter, SqmToSqlAstConverter sqlAstCreationState) Methods inherited from class org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation
applySqlSelections, createDomainResult, getExpressionType, getNavigablePath, getTableGroup
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference
-
Method Details
-
from
public static <T> NonAggregatedCompositeValuedPathInterpretation<T> from(NonAggregatedCompositeSimplePath<T> sqmPath, SqmToSqlAstConverter converter, SqmToSqlAstConverter sqlAstCreationState) -
getSqlExpression
- Specified by:
getSqlExpression
in interfaceSqmPathInterpretation<T>
-
accept
- Specified by:
accept
in interfaceSqlAstNode
-
getSqlTuple
- Specified by:
getSqlTuple
in interfaceSqlTupleContainer
-