Uses of Class
org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
Packages that use HqlParser.XmlforestFunctionContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.XmlforestFunctionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.XmlforestFunctionContextModifier and TypeMethodDescriptionHqlParser.xmlforestFunction()
HqlParser.XmlFunctionContext.xmlforestFunction()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.XmlforestFunctionContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterXmlforestFunction
(HqlParser.XmlforestFunctionContext ctx) Enter a parse tree produced byHqlParser.xmlforestFunction()
.void
HqlParserListener.enterXmlforestFunction
(HqlParser.XmlforestFunctionContext ctx) Enter a parse tree produced byHqlParser.xmlforestFunction()
.void
HqlParserBaseListener.exitXmlforestFunction
(HqlParser.XmlforestFunctionContext ctx) Exit a parse tree produced byHqlParser.xmlforestFunction()
.void
HqlParserListener.exitXmlforestFunction
(HqlParser.XmlforestFunctionContext ctx) Exit a parse tree produced byHqlParser.xmlforestFunction()
.HqlParserBaseVisitor.visitXmlforestFunction
(HqlParser.XmlforestFunctionContext ctx) Visit a parse tree produced byHqlParser.xmlforestFunction()
.HqlParserVisitor.visitXmlforestFunction
(HqlParser.XmlforestFunctionContext ctx) Visit a parse tree produced byHqlParser.xmlforestFunction()
. -
Uses of HqlParser.XmlforestFunctionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.XmlforestFunctionContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitXmlforestFunction
(HqlParser.XmlforestFunctionContext ctx)