Uses of Class
org.hibernate.grammars.hql.HqlParser.FromRootContext
-
Packages that use HqlParser.FromRootContext Package Description org.hibernate.grammars.hql -
-
Uses of HqlParser.FromRootContext in org.hibernate.grammars.hql
Subclasses of HqlParser.FromRootContext in org.hibernate.grammars.hql Modifier and Type Class Description static class
HqlParser.RootEntityContext
static class
HqlParser.RootSubqueryContext
Methods in org.hibernate.grammars.hql that return HqlParser.FromRootContext Modifier and Type Method Description HqlParser.FromRootContext
HqlParser.EntityWithJoinsContext. fromRoot()
HqlParser.FromRootContext
HqlParser. fromRoot()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.FromRootContext Modifier and Type Method Description void
HqlParser.FromRootContext. copyFrom(HqlParser.FromRootContext ctx)
Constructors in org.hibernate.grammars.hql with parameters of type HqlParser.FromRootContext Constructor Description RootEntityContext(HqlParser.FromRootContext ctx)
RootSubqueryContext(HqlParser.FromRootContext ctx)
-