Uses of Class
org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
-
Packages that use HqlParser.GeneralPathExpressionContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal 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.GeneralPathExpressionContext Modifier and Type Method Description void
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()
.T
HqlParserBaseVisitor. visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)
Visit a parse tree produced by theGeneralPathExpression
labeled alternative inHqlParser.primaryExpression()
.T
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.GeneralPathExpressionContext Modifier and Type Method Description Object
SemanticQueryBuilder. visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)
-