Uses of Class
org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
Packages that use HqlParser.EntityIdReferenceContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.EntityIdReferenceContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.EntityIdReferenceContextModifier and TypeMethodDescriptionHqlParser.EntityIdExpressionContext.entityIdReference()
HqlParser.entityIdReference()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.EntityIdReferenceContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterEntityIdReference
(HqlParser.EntityIdReferenceContext ctx) Enter a parse tree produced byHqlParser.entityIdReference()
.void
HqlParserListener.enterEntityIdReference
(HqlParser.EntityIdReferenceContext ctx) Enter a parse tree produced byHqlParser.entityIdReference()
.void
HqlParserBaseListener.exitEntityIdReference
(HqlParser.EntityIdReferenceContext ctx) Exit a parse tree produced byHqlParser.entityIdReference()
.void
HqlParserListener.exitEntityIdReference
(HqlParser.EntityIdReferenceContext ctx) Exit a parse tree produced byHqlParser.entityIdReference()
.HqlParserBaseVisitor.visitEntityIdReference
(HqlParser.EntityIdReferenceContext ctx) Visit a parse tree produced byHqlParser.entityIdReference()
.HqlParserVisitor.visitEntityIdReference
(HqlParser.EntityIdReferenceContext ctx) Visit a parse tree produced byHqlParser.entityIdReference()
. -
Uses of HqlParser.EntityIdReferenceContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.EntityIdReferenceContextModifier and TypeMethodDescriptionSqmPath<?>
SemanticQueryBuilder.visitEntityIdReference
(HqlParser.EntityIdReferenceContext ctx)