Class DiscriminatedAssociationPathInterpretation<T>
- java.lang.Object
-
- org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation<T>
-
- org.hibernate.query.sqm.sql.internal.DiscriminatedAssociationPathInterpretation<T>
-
- All Implemented Interfaces:
DomainResultProducer<T>
,SqmPathInterpretation<T>
,SqlSelectionProducer
,Expression
,SqlTupleContainer
,SqlAstNode
public class DiscriminatedAssociationPathInterpretation<T> extends AbstractSqmPathInterpretation<T> implements SqlTupleContainer
SqmPathInterpretation for discriminated association (ANY) mappings
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(SqlAstWalker sqlTreeWalker)
static <T> DiscriminatedAssociationPathInterpretation<T>
from(SqmAnyValuedSimplePath<T> sqmPath, SqmToSqlAstConverter converter)
SqlTuple
getSqlExpression()
SqlTuple
getSqlTuple()
-
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, createDomainResultSqlSelection, createSqlSelection, createSqlSelection, getColumnReference
-
-
-
-
Method Detail
-
from
public static <T> DiscriminatedAssociationPathInterpretation<T> from(SqmAnyValuedSimplePath<T> sqmPath, SqmToSqlAstConverter converter)
-
getSqlExpression
public SqlTuple getSqlExpression()
- Specified by:
getSqlExpression
in interfaceSqmPathInterpretation<T>
-
accept
public void accept(SqlAstWalker sqlTreeWalker)
- Specified by:
accept
in interfaceSqlAstNode
-
getSqlTuple
public SqlTuple getSqlTuple()
- Specified by:
getSqlTuple
in interfaceSqlTupleContainer
-
-