Uses of Class
org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
Packages that use HqlParser.SimpleQueryGroupContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.SimpleQueryGroupContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.SimpleQueryGroupContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterSimpleQueryGroup
(HqlParser.SimpleQueryGroupContext ctx) Enter a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.void
HqlParserListener.enterSimpleQueryGroup
(HqlParser.SimpleQueryGroupContext ctx) Enter a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.void
HqlParserBaseListener.exitSimpleQueryGroup
(HqlParser.SimpleQueryGroupContext ctx) Exit a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.void
HqlParserListener.exitSimpleQueryGroup
(HqlParser.SimpleQueryGroupContext ctx) Exit a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.HqlParserBaseVisitor.visitSimpleQueryGroup
(HqlParser.SimpleQueryGroupContext ctx) Visit a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
.HqlParserVisitor.visitSimpleQueryGroup
(HqlParser.SimpleQueryGroupContext ctx) Visit a parse tree produced by theSimpleQueryGroup
labeled alternative inHqlParser.queryExpression()
. -
Uses of HqlParser.SimpleQueryGroupContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.SimpleQueryGroupContextModifier and TypeMethodDescriptionSqmQueryPart<?>
SemanticQueryBuilder.visitSimpleQueryGroup
(HqlParser.SimpleQueryGroupContext ctx)