Interface SqlTupleContainer
-
- All Known Implementing Classes:
DiscriminatedAssociationPathInterpretation
,EmbeddableValuedExpression
,EmbeddableValuedPathInterpretation
,EntityValuedPathInterpretation
,NonAggregatedCompositeValuedPathInterpretation
,SqlTuple
,SqmParameterInterpretation
public interface SqlTupleContainer
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlTuple
getSqlTuple()
static SqlTuple
getSqlTuple(SqlAstNode expression)
-
-
-
Method Detail
-
getSqlTuple
SqlTuple getSqlTuple()
-
getSqlTuple
static SqlTuple getSqlTuple(SqlAstNode expression)
-
-