Uses of Class
org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
Packages that use HqlParser.JpaNonstandardFunctionContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.JpaNonstandardFunctionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.JpaNonstandardFunctionContextModifier and TypeMethodDescriptionHqlParser.FunctionContext.jpaNonstandardFunction()
HqlParser.jpaNonstandardFunction()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.JpaNonstandardFunctionContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterJpaNonstandardFunction
(HqlParser.JpaNonstandardFunctionContext ctx) Enter a parse tree produced byHqlParser.jpaNonstandardFunction()
.void
HqlParserListener.enterJpaNonstandardFunction
(HqlParser.JpaNonstandardFunctionContext ctx) Enter a parse tree produced byHqlParser.jpaNonstandardFunction()
.void
HqlParserBaseListener.exitJpaNonstandardFunction
(HqlParser.JpaNonstandardFunctionContext ctx) Exit a parse tree produced byHqlParser.jpaNonstandardFunction()
.void
HqlParserListener.exitJpaNonstandardFunction
(HqlParser.JpaNonstandardFunctionContext ctx) Exit a parse tree produced byHqlParser.jpaNonstandardFunction()
.HqlParserBaseVisitor.visitJpaNonstandardFunction
(HqlParser.JpaNonstandardFunctionContext ctx) Visit a parse tree produced byHqlParser.jpaNonstandardFunction()
.HqlParserVisitor.visitJpaNonstandardFunction
(HqlParser.JpaNonstandardFunctionContext ctx) Visit a parse tree produced byHqlParser.jpaNonstandardFunction()
. -
Uses of HqlParser.JpaNonstandardFunctionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.JpaNonstandardFunctionContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitJpaNonstandardFunction
(HqlParser.JpaNonstandardFunctionContext ctx)