Uses of Class
org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
Packages that use HqlParser.FromDurationExpressionContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.FromDurationExpressionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.FromDurationExpressionContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterFromDurationExpression
(HqlParser.FromDurationExpressionContext ctx) Enter a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.void
HqlParserListener.enterFromDurationExpression
(HqlParser.FromDurationExpressionContext ctx) Enter a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.void
HqlParserBaseListener.exitFromDurationExpression
(HqlParser.FromDurationExpressionContext ctx) Exit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.void
HqlParserListener.exitFromDurationExpression
(HqlParser.FromDurationExpressionContext ctx) Exit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.HqlParserBaseVisitor.visitFromDurationExpression
(HqlParser.FromDurationExpressionContext ctx) Visit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.HqlParserVisitor.visitFromDurationExpression
(HqlParser.FromDurationExpressionContext ctx) Visit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
. -
Uses of HqlParser.FromDurationExpressionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.FromDurationExpressionContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitFromDurationExpression
(HqlParser.FromDurationExpressionContext ctx)