Uses of Class
org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
Packages that use HqlParser.EntityNaturalIdExpressionContext
-
Uses of HqlParser.EntityNaturalIdExpressionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.EntityNaturalIdExpressionContextModifier and TypeMethodDescriptionvoidHqlParserBaseListener.enterEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx) Enter a parse tree produced by theEntityNaturalIdExpressionlabeled alternative inHqlParser.primaryExpression().voidHqlParserListener.enterEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx) Enter a parse tree produced by theEntityNaturalIdExpressionlabeled alternative inHqlParser.primaryExpression().voidHqlParserBaseListener.exitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx) Exit a parse tree produced by theEntityNaturalIdExpressionlabeled alternative inHqlParser.primaryExpression().voidHqlParserListener.exitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx) Exit a parse tree produced by theEntityNaturalIdExpressionlabeled alternative inHqlParser.primaryExpression().HqlParserBaseVisitor.visitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx) Visit a parse tree produced by theEntityNaturalIdExpressionlabeled alternative inHqlParser.primaryExpression().HqlParserVisitor.visitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx) Visit a parse tree produced by theEntityNaturalIdExpressionlabeled alternative inHqlParser.primaryExpression().