Uses of Class
org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
-
Packages that use HqlParser.CollectionValueNavigablePathContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.CollectionValueNavigablePathContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.CollectionValueNavigablePathContext Modifier and Type Method Description HqlParser.CollectionValueNavigablePathContextHqlParser. collectionValueNavigablePath()HqlParser.CollectionValueNavigablePathContextHqlParser.SyntacticDomainPathContext. collectionValueNavigablePath() -
Uses of HqlParser.CollectionValueNavigablePathContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.CollectionValueNavigablePathContext Modifier and Type Method Description SqmPath<?>SemanticQueryBuilder. visitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext ctx)
-