Uses of Class
org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
-
Packages that use HqlParser.SyntacticDomainPathContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.SyntacticDomainPathContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.SyntacticDomainPathContext Modifier and Type Method Description HqlParser.SyntacticDomainPathContextHqlParser.PathContext. syntacticDomainPath()HqlParser.SyntacticDomainPathContextHqlParser. syntacticDomainPath()HqlParser.SyntacticDomainPathContextHqlParser.SyntacticPathExpressionContext. syntacticDomainPath() -
Uses of HqlParser.SyntacticDomainPathContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.SyntacticDomainPathContext Modifier and Type Method Description SemanticPathPartSemanticQueryBuilder. visitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext ctx)
-