Uses of Class
org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
Packages that use HqlParser.EntityNaturalIdExpressionContext
Package
Description
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.EntityNaturalIdExpressionContextModifier and TypeMethodDescriptionvoid
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()
.HqlParserBaseVisitor.visitEntityNaturalIdExpression
(HqlParser.EntityNaturalIdExpressionContext ctx) Visit a parse tree produced by theEntityNaturalIdExpression
labeled alternative inHqlParser.primaryExpression()
.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.EntityNaturalIdExpressionContextModifier and TypeMethodDescriptionSqmPath<?>
SemanticQueryBuilder.visitEntityNaturalIdExpression
(HqlParser.EntityNaturalIdExpressionContext ctx)