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