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