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