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