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.TargetEntityContextHqlParser.DeleteStatementContext. targetEntity()HqlParser.TargetEntityContextHqlParser.InsertStatementContext. targetEntity()HqlParser.TargetEntityContextHqlParser. targetEntity()HqlParser.TargetEntityContextHqlParser.UpdateStatementContext. targetEntity()Methods in org.hibernate.grammars.hql with parameters of type HqlParser.TargetEntityContext Modifier and Type Method Description voidHqlParserBaseListener. enterTargetEntity(HqlParser.TargetEntityContext ctx)Enter a parse tree produced byHqlParser.targetEntity().voidHqlParserListener. enterTargetEntity(HqlParser.TargetEntityContext ctx)Enter a parse tree produced byHqlParser.targetEntity().voidHqlParserBaseListener. exitTargetEntity(HqlParser.TargetEntityContext ctx)Exit a parse tree produced byHqlParser.targetEntity().voidHqlParserListener. exitTargetEntity(HqlParser.TargetEntityContext ctx)Exit a parse tree produced byHqlParser.targetEntity().THqlParserBaseVisitor. visitTargetEntity(HqlParser.TargetEntityContext ctx)Visit a parse tree produced byHqlParser.targetEntity().THqlParserVisitor. 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)
-