Uses of Class
org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
Packages that use HqlParser.SetQueryGroupContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.SetQueryGroupContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.SetQueryGroupContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterSetQueryGroup
(HqlParser.SetQueryGroupContext ctx) Enter a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.void
HqlParserListener.enterSetQueryGroup
(HqlParser.SetQueryGroupContext ctx) Enter a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.void
HqlParserBaseListener.exitSetQueryGroup
(HqlParser.SetQueryGroupContext ctx) Exit a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.void
HqlParserListener.exitSetQueryGroup
(HqlParser.SetQueryGroupContext ctx) Exit a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.HqlParserBaseVisitor.visitSetQueryGroup
(HqlParser.SetQueryGroupContext ctx) Visit a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
.HqlParserVisitor.visitSetQueryGroup
(HqlParser.SetQueryGroupContext ctx) Visit a parse tree produced by theSetQueryGroup
labeled alternative inHqlParser.queryExpression()
. -
Uses of HqlParser.SetQueryGroupContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.SetQueryGroupContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitSetQueryGroup
(HqlParser.SetQueryGroupContext ctx)