Uses of Class
org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
-
Packages that use HqlParser.QuerySpecExpressionContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.QuerySpecExpressionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.QuerySpecExpressionContext Modifier and Type Method Description void
HqlParserBaseListener. enterQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Enter a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.void
HqlParserListener. enterQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Enter a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.void
HqlParserBaseListener. exitQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Exit a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.void
HqlParserListener. exitQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Exit a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.T
HqlParserBaseVisitor. visitQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Visit a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
.T
HqlParserVisitor. visitQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
Visit a parse tree produced by theQuerySpecExpression
labeled alternative inHqlParser.orderedQuery()
. -
Uses of HqlParser.QuerySpecExpressionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.QuerySpecExpressionContext Modifier and Type Method Description SqmQueryPart<?>
SemanticQueryBuilder. visitQuerySpecExpression(HqlParser.QuerySpecExpressionContext ctx)
-