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 voidHqlParserBaseListener. enterGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)Enter a parse tree produced by theGeneralPathExpressionlabeled alternative inHqlParser.primaryExpression().voidHqlParserListener. enterGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)Enter a parse tree produced by theGeneralPathExpressionlabeled alternative inHqlParser.primaryExpression().voidHqlParserBaseListener. exitGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)Exit a parse tree produced by theGeneralPathExpressionlabeled alternative inHqlParser.primaryExpression().voidHqlParserListener. exitGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)Exit a parse tree produced by theGeneralPathExpressionlabeled alternative inHqlParser.primaryExpression().THqlParserBaseVisitor. visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)Visit a parse tree produced by theGeneralPathExpressionlabeled alternative inHqlParser.primaryExpression().THqlParserVisitor. visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)Visit a parse tree produced by theGeneralPathExpressionlabeled 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 ObjectSemanticQueryBuilder. visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext ctx)
-