Uses of Class
org.hibernate.grammars.hql.HqlParser.IntersectsPredicateContext
Packages that use HqlParser.IntersectsPredicateContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.IntersectsPredicateContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.IntersectsPredicateContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterIntersectsPredicate
(HqlParser.IntersectsPredicateContext ctx) Enter a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.void
HqlParserListener.enterIntersectsPredicate
(HqlParser.IntersectsPredicateContext ctx) Enter a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.void
HqlParserBaseListener.exitIntersectsPredicate
(HqlParser.IntersectsPredicateContext ctx) Exit a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.void
HqlParserListener.exitIntersectsPredicate
(HqlParser.IntersectsPredicateContext ctx) Exit a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.HqlParserBaseVisitor.visitIntersectsPredicate
(HqlParser.IntersectsPredicateContext ctx) Visit a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
.HqlParserVisitor.visitIntersectsPredicate
(HqlParser.IntersectsPredicateContext ctx) Visit a parse tree produced by theIntersectsPredicate
labeled alternative inHqlParser.predicate()
. -
Uses of HqlParser.IntersectsPredicateContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.IntersectsPredicateContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitIntersectsPredicate
(HqlParser.IntersectsPredicateContext ctx)