Uses of Class
org.hibernate.grammars.hql.HqlParser.JsonValueFunctionContext
Packages that use HqlParser.JsonValueFunctionContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.JsonValueFunctionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.JsonValueFunctionContextModifier and TypeMethodDescriptionHqlParser.JsonFunctionContext.jsonValueFunction()
HqlParser.jsonValueFunction()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.JsonValueFunctionContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterJsonValueFunction
(HqlParser.JsonValueFunctionContext ctx) Enter a parse tree produced byHqlParser.jsonValueFunction()
.void
HqlParserListener.enterJsonValueFunction
(HqlParser.JsonValueFunctionContext ctx) Enter a parse tree produced byHqlParser.jsonValueFunction()
.void
HqlParserBaseListener.exitJsonValueFunction
(HqlParser.JsonValueFunctionContext ctx) Exit a parse tree produced byHqlParser.jsonValueFunction()
.void
HqlParserListener.exitJsonValueFunction
(HqlParser.JsonValueFunctionContext ctx) Exit a parse tree produced byHqlParser.jsonValueFunction()
.HqlParserBaseVisitor.visitJsonValueFunction
(HqlParser.JsonValueFunctionContext ctx) Visit a parse tree produced byHqlParser.jsonValueFunction()
.HqlParserVisitor.visitJsonValueFunction
(HqlParser.JsonValueFunctionContext ctx) Visit a parse tree produced byHqlParser.jsonValueFunction()
. -
Uses of HqlParser.JsonValueFunctionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.JsonValueFunctionContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitJsonValueFunction
(HqlParser.JsonValueFunctionContext ctx)