Uses of Class
org.hibernate.grammars.hql.HqlParser.JoinContext
-
Packages that use HqlParser.JoinContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.JoinContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.JoinContext Modifier and Type Method Description HqlParser.JoinContext
HqlParser.EntityWithJoinsContext. join(int i)
HqlParser.JoinContext
HqlParser. join()
Methods in org.hibernate.grammars.hql that return types with arguments of type HqlParser.JoinContext Modifier and Type Method Description List<HqlParser.JoinContext>
HqlParser.EntityWithJoinsContext. join()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.JoinContext Modifier and Type Method Description void
HqlParserBaseListener. enterJoin(HqlParser.JoinContext ctx)
Enter a parse tree produced byHqlParser.join()
.void
HqlParserListener. enterJoin(HqlParser.JoinContext ctx)
Enter a parse tree produced byHqlParser.join()
.void
HqlParserBaseListener. exitJoin(HqlParser.JoinContext ctx)
Exit a parse tree produced byHqlParser.join()
.void
HqlParserListener. exitJoin(HqlParser.JoinContext ctx)
Exit a parse tree produced byHqlParser.join()
.T
HqlParserBaseVisitor. visitJoin(HqlParser.JoinContext ctx)
Visit a parse tree produced byHqlParser.join()
.T
HqlParserVisitor. visitJoin(HqlParser.JoinContext ctx)
Visit a parse tree produced byHqlParser.join()
. -
Uses of HqlParser.JoinContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.JoinContext Modifier and Type Method Description protected <X> void
SemanticQueryBuilder. consumeJoin(HqlParser.JoinContext parserJoin, SqmRoot<X> sqmRoot)
SqmJoin<?,?>
SemanticQueryBuilder. visitJoin(HqlParser.JoinContext parserJoin)
-