Uses of Interface
org.hibernate.internal.util.collections.Stack
-
Packages that use Stack Package Description org.hibernate.internal.util.collections org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of Stack in org.hibernate.internal.util.collections
Classes in org.hibernate.internal.util.collections that implement Stack Modifier and Type Class Description class
StandardStack<T>
A general-purpose stack impl supporting null values. -
Uses of Stack in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return Stack Modifier and Type Method Description Stack<SqmCreationProcessingState>
SemanticQueryBuilder. getProcessingStateStack()
-
Uses of Stack in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return Stack Modifier and Type Method Description Stack<SqmCreationProcessingState>
SqmCreationState. getProcessingStateStack()
Access to the stack of current creation processing state. -
Uses of Stack in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal that return Stack Modifier and Type Method Description Stack<SqlAstProcessingState>
MultiTableSqmMutationConverter. getProcessingStateStack()
-
Uses of Stack in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return Stack Modifier and Type Method Description Stack<Clause>
BaseSqmToSqlAstConverter. getCurrentClauseStack()
Stack<Clause>
FakeSqmToSqlAstConverter. getCurrentClauseStack()
Stack<Clause>
SqmToSqlAstConverter. getCurrentClauseStack()
protected Stack<SqlAstProcessingState>
BaseSqmToSqlAstConverter. getProcessingStateStack()
-
Uses of Stack in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast that return Stack Modifier and Type Method Description Stack<Clause>
SqlAstTranslator. getCurrentClauseStack()
-
Uses of Stack in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return Stack Modifier and Type Method Description protected Stack<Clause>
AbstractSqlAstTranslator. getClauseStack()
Stack<Clause>
AbstractSqlAstTranslator. getCurrentClauseStack()
protected Stack<QueryPart>
AbstractSqlAstTranslator. getQueryPartStack()
Methods in org.hibernate.sql.ast.spi with parameters of type Stack Modifier and Type Method Description protected void
AbstractSqlAstTranslator. renderSetClause(UpdateStatement statement, Stack<Clause> clauseStack)
-