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