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