Package org.hibernate.sql.ast.spi
Interface SqlAstQueryPartProcessingState
-
- All Superinterfaces:
SqlAstProcessingState
- All Known Implementing Classes:
SqlAstQueryPartProcessingStateImpl
public interface SqlAstQueryPartProcessingState extends SqlAstProcessingState
SqlAstProcessingState specialization for
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryPart
getInflightQueryPart()
Get the QueryPart being processed as part of this state.-
Methods inherited from interface org.hibernate.sql.ast.spi.SqlAstProcessingState
getParentState, getSqlAstCreationState, getSqlExpressionResolver
-
-
-
-
Method Detail
-
getInflightQueryPart
QueryPart getInflightQueryPart()
Get the QueryPart being processed as part of this state. It is considered in-flight as it is probably still being built.
-
-