Uses of Interface
org.hibernate.sql.ast.spi.SqlAstProcessingState
Packages that use SqlAstProcessingState
Package
Description
Package for the translation of SQM into SQL AST
Package defining support for creating and consuming a SQL AST.
-
Uses of SqlAstProcessingState in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return SqlAstProcessingStateModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.getCurrentProcessingState()
FakeSqmToSqlAstConverter.getCurrentProcessingState()
Methods in org.hibernate.query.sqm.sql that return types with arguments of type SqlAstProcessingStateModifier and TypeMethodDescriptionprotected org.hibernate.internal.util.collections.Stack
<SqlAstProcessingState> BaseSqmToSqlAstConverter.getProcessingStateStack()
Methods in org.hibernate.query.sqm.sql with parameters of type SqlAstProcessingStateModifier and TypeMethodDescriptionprotected void
BaseSqmToSqlAstConverter.pushProcessingState
(SqlAstProcessingState processingState) protected void
BaseSqmToSqlAstConverter.pushProcessingState
(SqlAstProcessingState processingState, FromClauseIndex fromClauseIndex) Method parameters in org.hibernate.query.sqm.sql with type arguments of type SqlAstProcessingStateModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector.resolveSqlExpression
(SqlExpressionResolver.ColumnReferenceKey key, Function<SqlAstProcessingState, Expression> creator) BaseSqmToSqlAstConverter.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.spiModifier and TypeInterfaceDescriptioninterface
SqlAstProcessingState specialization for query partsinterface
SqlAstProcessingState specialization for query partsMethods in org.hibernate.sql.ast.spi that return SqlAstProcessingStateModifier and TypeMethodDescriptionSqlAstCreationState.getCurrentProcessingState()
SqlAstProcessingState.getParentState()
Method parameters in org.hibernate.sql.ast.spi with type arguments of type SqlAstProcessingStateModifier and TypeMethodDescriptionSqlExpressionResolver.resolveSqlExpression
(SqlExpressionResolver.ColumnReferenceKey key, Function<SqlAstProcessingState, Expression> creator) Given a qualifier + a qualifiableSqlExpressible
, resolve the (Sql)Expression reference.