Class PluralValuedSimplePathInterpretation<T>
- java.lang.Object
-
- org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation<T>
-
- org.hibernate.query.sqm.sql.internal.PluralValuedSimplePathInterpretation<T>
-
- All Implemented Interfaces:
DomainResultProducer<T>
,SqmPathInterpretation<T>
,SqlSelectionProducer
,Expression
,SqlAstNode
public class PluralValuedSimplePathInterpretation<T> extends AbstractSqmPathInterpretation<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(SqlAstWalker sqlTreeWalker)
DomainResult<T>
createDomainResult(String resultVariable, DomainResultCreationState creationState)
Produce the domain querystatic SqmPathInterpretation<?>
from(SqmPluralValuedSimplePath<?> sqmPath, SqmToSqlAstConverter converter)
Expression
getSqlExpression()
-
Methods inherited from class org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation
applySqlSelections, 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 Detail
-
from
public static SqmPathInterpretation<?> from(SqmPluralValuedSimplePath<?> sqmPath, SqmToSqlAstConverter converter)
-
getSqlExpression
public Expression getSqlExpression()
-
createDomainResult
public DomainResult<T> createDomainResult(String resultVariable, DomainResultCreationState creationState)
Description copied from interface:DomainResultProducer
Produce the domain query- Specified by:
createDomainResult
in interfaceDomainResultProducer<T>
- Overrides:
createDomainResult
in classAbstractSqmPathInterpretation<T>
-
accept
public void accept(SqlAstWalker sqlTreeWalker)
-
-