Package org.hibernate.query.sqm.sql
Interface BaseSqmToSqlAstConverter.SqmAliasedNodeCollector
-
- All Known Implementing Classes:
BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
,BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
,SqlAstProcessingStateImpl
,SqlAstQueryPartProcessingStateImpl
- Enclosing class:
- BaseSqmToSqlAstConverter<T extends Statement>
@Internal public static interface BaseSqmToSqlAstConverter.SqmAliasedNodeCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SqlSelection>
getSelections(int position)
void
next()
-
-
-
Method Detail
-
next
void next()
-
getSelections
List<SqlSelection> getSelections(int position)
-
-