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