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