Uses of Class
org.hibernate.grammars.hql.HqlParser.UnaryIsPredicateContext
Packages that use HqlParser.UnaryIsPredicateContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.UnaryIsPredicateContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.UnaryIsPredicateContextModifier and TypeMethodDescriptionvoidHqlParserBaseListener.enterUnaryIsPredicate(HqlParser.UnaryIsPredicateContext ctx) Enter a parse tree produced by theUnaryIsPredicatelabeled alternative inHqlParser.predicate().voidHqlParserListener.enterUnaryIsPredicate(HqlParser.UnaryIsPredicateContext ctx) Enter a parse tree produced by theUnaryIsPredicatelabeled alternative inHqlParser.predicate().voidHqlParserBaseListener.exitUnaryIsPredicate(HqlParser.UnaryIsPredicateContext ctx) Exit a parse tree produced by theUnaryIsPredicatelabeled alternative inHqlParser.predicate().voidHqlParserListener.exitUnaryIsPredicate(HqlParser.UnaryIsPredicateContext ctx) Exit a parse tree produced by theUnaryIsPredicatelabeled alternative inHqlParser.predicate().HqlParserBaseVisitor.visitUnaryIsPredicate(HqlParser.UnaryIsPredicateContext ctx) Visit a parse tree produced by theUnaryIsPredicatelabeled alternative inHqlParser.predicate().HqlParserVisitor.visitUnaryIsPredicate(HqlParser.UnaryIsPredicateContext ctx) Visit a parse tree produced by theUnaryIsPredicatelabeled alternative inHqlParser.predicate(). -
Uses of HqlParser.UnaryIsPredicateContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.UnaryIsPredicateContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitUnaryIsPredicate(HqlParser.UnaryIsPredicateContext ctx)