Uses of Class
org.hibernate.grammars.hql.HqlParser.PathContinuationContext
Packages that use HqlParser.PathContinuationContext
-
Uses of HqlParser.PathContinuationContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.PathContinuationContextModifier and TypeMethodDescriptionHqlParser.CollectionValueNavigablePathContext.pathContinuation()
HqlParser.EntityIdReferenceContext.pathContinuation()
HqlParser.EntityNaturalIdReferenceContext.pathContinuation()
HqlParser.MapKeyNavigablePathContext.pathContinuation()
HqlParser.PathContext.pathContinuation()
HqlParser.pathContinuation()
HqlParser.SyntacticDomainPathContext.pathContinuation()
HqlParser.SyntacticPathExpressionContext.pathContinuation()
HqlParser.TreatedNavigablePathContext.pathContinuation()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.PathContinuationContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterPathContinuation
(HqlParser.PathContinuationContext ctx) Enter a parse tree produced byHqlParser.pathContinuation()
.void
HqlParserListener.enterPathContinuation
(HqlParser.PathContinuationContext ctx) Enter a parse tree produced byHqlParser.pathContinuation()
.void
HqlParserBaseListener.exitPathContinuation
(HqlParser.PathContinuationContext ctx) Exit a parse tree produced byHqlParser.pathContinuation()
.void
HqlParserListener.exitPathContinuation
(HqlParser.PathContinuationContext ctx) Exit a parse tree produced byHqlParser.pathContinuation()
.HqlParserBaseVisitor.visitPathContinuation
(HqlParser.PathContinuationContext ctx) Visit a parse tree produced byHqlParser.pathContinuation()
.HqlParserVisitor.visitPathContinuation
(HqlParser.PathContinuationContext ctx) Visit a parse tree produced byHqlParser.pathContinuation()
.