Package org.hibernate.sql.ast.spi
Interface SqlAstProcessingState
- All Known Subinterfaces:
SqlAstQueryNodeProcessingState
,SqlAstQueryPartProcessingState
- All Known Implementing Classes:
AbstractSqlAstQueryNodeProcessingStateImpl
,DomainResultCreationStateImpl
,LoaderSqlAstCreationState
,SqlAstProcessingStateImpl
,SqlAstQueryNodeProcessingStateImpl
,SqlAstQueryPartProcessingStateImpl
public interface SqlAstProcessingState
Generalized access to state information relative to the "current process" of
creating a SQL AST.
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
-
Method Details
-
getParentState
SqlAstProcessingState getParentState() -
getSqlExpressionResolver
SqlExpressionResolver getSqlExpressionResolver() -
getSqlAstCreationState
SqlAstCreationState getSqlAstCreationState() -
isTopLevel
default boolean isTopLevel()
-