Uses of Class
org.hibernate.grammars.hql.HqlParser.OrPredicateContext
-
Packages that use HqlParser.OrPredicateContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.OrPredicateContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.OrPredicateContext Modifier and Type Method Description void
HqlParserBaseListener. enterOrPredicate(HqlParser.OrPredicateContext ctx)
Enter a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.void
HqlParserListener. enterOrPredicate(HqlParser.OrPredicateContext ctx)
Enter a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.void
HqlParserBaseListener. exitOrPredicate(HqlParser.OrPredicateContext ctx)
Exit a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.void
HqlParserListener. exitOrPredicate(HqlParser.OrPredicateContext ctx)
Exit a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.T
HqlParserBaseVisitor. visitOrPredicate(HqlParser.OrPredicateContext ctx)
Visit a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
.T
HqlParserVisitor. visitOrPredicate(HqlParser.OrPredicateContext ctx)
Visit a parse tree produced by theOrPredicate
labeled alternative inHqlParser.predicate()
. -
Uses of HqlParser.OrPredicateContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.OrPredicateContext Modifier and Type Method Description SqmPredicate
SemanticQueryBuilder. visitOrPredicate(HqlParser.OrPredicateContext ctx)
-