Uses of Interface
org.hibernate.sql.ast.spi.SqlAstProcessingState
-
Packages that use SqlAstProcessingState Package Description org.hibernate.loader.ast.internal org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of SqlAstProcessingState in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement SqlAstProcessingState Modifier and Type Class Description classLoaderSqlAstCreationStateHelper used when generating the database-snapshot select queryMethods in org.hibernate.loader.ast.internal that return SqlAstProcessingState Modifier and Type Method Description SqlAstProcessingStateLoaderSqlAstCreationState. getCurrentProcessingState()SqlAstProcessingStateLoaderSqlAstCreationState. getParentState() -
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.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal that return types with arguments of type SqlAstProcessingState Modifier and Type Method Description Stack<SqlAstProcessingState>MultiTableSqmMutationConverter. getProcessingStateStack() -
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 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.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement SqlAstProcessingState Modifier and Type Class Description classAbstractSqlAstQueryNodeProcessingStateImplclassSqlAstProcessingStateImplImplementation of ProcessingState used on its own as the impl for DML statements and as the base for QuerySpec stateclassSqlAstQueryNodeProcessingStateImplclassSqlAstQueryPartProcessingStateImplMethods in org.hibernate.query.sqm.sql.internal that return SqlAstProcessingState Modifier and Type Method Description SqlAstProcessingStateSqlAstProcessingStateImpl. getParentState()Method parameters in org.hibernate.query.sqm.sql.internal with type arguments of type SqlAstProcessingState Modifier and Type Method Description ExpressionSqlAstProcessingStateImpl. 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.
-