Uses of Class
org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
Packages that use HqlParser.GeneralPathExpressionContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.GeneralPathExpressionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.GeneralPathExpressionContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterGeneralPathExpression
(HqlParser.GeneralPathExpressionContext ctx) Enter a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.void
HqlParserListener.enterGeneralPathExpression
(HqlParser.GeneralPathExpressionContext ctx) Enter a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.void
HqlParserBaseListener.exitGeneralPathExpression
(HqlParser.GeneralPathExpressionContext ctx) Exit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.void
HqlParserListener.exitGeneralPathExpression
(HqlParser.GeneralPathExpressionContext ctx) Exit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.HqlParserBaseVisitor.visitGeneralPathExpression
(HqlParser.GeneralPathExpressionContext ctx) Visit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.HqlParserVisitor.visitGeneralPathExpression
(HqlParser.GeneralPathExpressionContext ctx) Visit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
. -
Uses of HqlParser.GeneralPathExpressionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.GeneralPathExpressionContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitGeneralPathExpression
(HqlParser.GeneralPathExpressionContext ctx)