Class AnyDiscriminatorPathInterpretation<T>
- java.lang.Object
-
- org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation<T>
-
- org.hibernate.query.sqm.sql.internal.AnyDiscriminatorPathInterpretation<T>
-
- All Implemented Interfaces:
DomainResultProducer<T>
,SqmPathInterpretation<T>
,SqlSelectionProducer
,Expression
,SqlAstNode
public class AnyDiscriminatorPathInterpretation<T> extends AbstractSqmPathInterpretation<T>
-
-
Constructor Summary
Constructors Constructor Description AnyDiscriminatorPathInterpretation(NavigablePath navigablePath, ModelPart mapping, TableGroup tableGroup, Expression expression)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(SqlAstWalker sqlTreeWalker)
static <T> AnyDiscriminatorPathInterpretation<T>
from(AnyDiscriminatorSqmPath<?> sqmPath, SqmToSqlAstConverter converter)
-
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
-
Methods inherited from interface org.hibernate.query.sqm.sql.internal.SqmPathInterpretation
getSqlExpression
-
-
-
-
Constructor Detail
-
AnyDiscriminatorPathInterpretation
public AnyDiscriminatorPathInterpretation(NavigablePath navigablePath, ModelPart mapping, TableGroup tableGroup, Expression expression)
-
-
Method Detail
-
from
public static <T> AnyDiscriminatorPathInterpretation<T> from(AnyDiscriminatorSqmPath<?> sqmPath, SqmToSqlAstConverter converter)
-
accept
public void accept(SqlAstWalker sqlTreeWalker)
-
-