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 voidHqlParserBaseListener. 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().THqlParserBaseVisitor. visitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx)Visit a parse tree produced by theEntityNaturalIdExpressionlabeled alternative inHqlParser.primaryExpression().THqlParserVisitor. visitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext ctx)Visit a parse tree produced by theEntityNaturalIdExpressionlabeled 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)
-