Uses of Class
org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
-
Packages that use HqlParser.FromDurationExpressionContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal 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.FromDurationExpressionContext Modifier and Type Method Description void
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()
.T
HqlParserBaseVisitor. visitFromDurationExpression(HqlParser.FromDurationExpressionContext ctx)
Visit a parse tree produced by theFromDurationExpression
labeled alternative inHqlParser.expression()
.T
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.FromDurationExpressionContext Modifier and Type Method Description Object
SemanticQueryBuilder. visitFromDurationExpression(HqlParser.FromDurationExpressionContext ctx)
-