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