Uses of Class
org.hibernate.grammars.hql.HqlParser.XmltableFunctionContext
Packages that use HqlParser.XmltableFunctionContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.XmltableFunctionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.XmltableFunctionContextModifier and TypeMethodDescriptionHqlParser.SetReturningFunctionContext.xmltableFunction()
HqlParser.xmltableFunction()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.XmltableFunctionContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterXmltableFunction
(HqlParser.XmltableFunctionContext ctx) Enter a parse tree produced byHqlParser.xmltableFunction()
.void
HqlParserListener.enterXmltableFunction
(HqlParser.XmltableFunctionContext ctx) Enter a parse tree produced byHqlParser.xmltableFunction()
.void
HqlParserBaseListener.exitXmltableFunction
(HqlParser.XmltableFunctionContext ctx) Exit a parse tree produced byHqlParser.xmltableFunction()
.void
HqlParserListener.exitXmltableFunction
(HqlParser.XmltableFunctionContext ctx) Exit a parse tree produced byHqlParser.xmltableFunction()
.HqlParserBaseVisitor.visitXmltableFunction
(HqlParser.XmltableFunctionContext ctx) Visit a parse tree produced byHqlParser.xmltableFunction()
.HqlParserVisitor.visitXmltableFunction
(HqlParser.XmltableFunctionContext ctx) Visit a parse tree produced byHqlParser.xmltableFunction()
. -
Uses of HqlParser.XmltableFunctionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.XmltableFunctionContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitXmltableFunction
(HqlParser.XmltableFunctionContext ctx)