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