Uses of Class
org.hibernate.grammars.hql.HqlParser.TargetEntityContext
-
Packages that use HqlParser.TargetEntityContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.TargetEntityContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.TargetEntityContext Modifier and Type Method Description HqlParser.TargetEntityContext
HqlParser.DeleteStatementContext. targetEntity()
HqlParser.TargetEntityContext
HqlParser.InsertStatementContext. targetEntity()
HqlParser.TargetEntityContext
HqlParser. targetEntity()
HqlParser.TargetEntityContext
HqlParser.UpdateStatementContext. targetEntity()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.TargetEntityContext Modifier and Type Method Description void
HqlParserBaseListener. enterTargetEntity(HqlParser.TargetEntityContext ctx)
Enter a parse tree produced byHqlParser.targetEntity()
.void
HqlParserListener. enterTargetEntity(HqlParser.TargetEntityContext ctx)
Enter a parse tree produced byHqlParser.targetEntity()
.void
HqlParserBaseListener. exitTargetEntity(HqlParser.TargetEntityContext ctx)
Exit a parse tree produced byHqlParser.targetEntity()
.void
HqlParserListener. exitTargetEntity(HqlParser.TargetEntityContext ctx)
Exit a parse tree produced byHqlParser.targetEntity()
.T
HqlParserBaseVisitor. visitTargetEntity(HqlParser.TargetEntityContext ctx)
Visit a parse tree produced byHqlParser.targetEntity()
.T
HqlParserVisitor. visitTargetEntity(HqlParser.TargetEntityContext ctx)
Visit a parse tree produced byHqlParser.targetEntity()
. -
Uses of HqlParser.TargetEntityContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.TargetEntityContext Modifier and Type Method Description SqmRoot<R>
SemanticQueryBuilder. visitTargetEntity(HqlParser.TargetEntityContext dmlTargetContext)
-