Uses of Interface
org.hibernate.sql.ast.spi.SqlAstProcessingState
-
Packages that use SqlAstProcessingState Package Description org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of SqlAstProcessingState in org.hibernate.query.results
Classes in org.hibernate.query.results that implement SqlAstProcessingState Modifier and Type Class Description classDomainResultCreationStateImplMethods in org.hibernate.query.results that return SqlAstProcessingState Modifier and Type Method Description SqlAstProcessingStateDomainResultCreationStateImpl. getParentState()Method parameters in org.hibernate.query.results with type arguments of type SqlAstProcessingState Modifier and Type Method Description ExpressionDomainResultCreationStateImpl. resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey key, Function<SqlAstProcessingState,Expression> creator) -
Uses of SqlAstProcessingState in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return SqlAstProcessingState Modifier and Type Method Description SqlAstProcessingStateBaseSqmToSqlAstConverter. getCurrentProcessingState()SqlAstProcessingStateFakeSqmToSqlAstConverter. getCurrentProcessingState()Methods in org.hibernate.query.sqm.sql that return types with arguments of type SqlAstProcessingState Modifier and Type Method Description protected org.hibernate.internal.util.collections.Stack<SqlAstProcessingState>BaseSqmToSqlAstConverter. getProcessingStateStack()Methods in org.hibernate.query.sqm.sql with parameters of type SqlAstProcessingState Modifier and Type Method Description protected voidBaseSqmToSqlAstConverter. pushProcessingState(SqlAstProcessingState processingState)protected voidBaseSqmToSqlAstConverter. pushProcessingState(SqlAstProcessingState processingState, FromClauseIndex fromClauseIndex)Method parameters in org.hibernate.query.sqm.sql with type arguments of type SqlAstProcessingState Modifier and Type Method Description ExpressionBaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector. resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey key, Function<SqlAstProcessingState,Expression> creator)ExpressionBaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker. resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey key, Function<SqlAstProcessingState,Expression> creator) -
Uses of SqlAstProcessingState in org.hibernate.sql.ast.spi
Subinterfaces of SqlAstProcessingState in org.hibernate.sql.ast.spi Modifier and Type Interface Description interfaceSqlAstQueryNodeProcessingStateSqlAstProcessingState specialization for query partsinterfaceSqlAstQueryPartProcessingStateSqlAstProcessingState specialization for query partsMethods in org.hibernate.sql.ast.spi that return SqlAstProcessingState Modifier and Type Method Description SqlAstProcessingStateSqlAstCreationState. getCurrentProcessingState()SqlAstProcessingStateSqlAstProcessingState. getParentState()Method parameters in org.hibernate.sql.ast.spi with type arguments of type SqlAstProcessingState Modifier and Type Method Description ExpressionSqlExpressionResolver. resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey key, Function<SqlAstProcessingState,Expression> creator)Given a qualifier + a qualifiableSqlExpressible, resolve the (Sql)Expression reference.
-