Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.CollectionValuedPathExpressionVisitor
-
Packages that use AbstractSemanticValidator.CollectionValuedPathExpressionVisitor Package Description org.eclipse.persistence.jpa.jpql This package contains the Hermes features (except the parser itself): semantic and grammatical validations, content assist support, calculating the query result type or the possible type of an input parameter, refactoring tools. -
-
Uses of AbstractSemanticValidator.CollectionValuedPathExpressionVisitor in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as AbstractSemanticValidator.CollectionValuedPathExpressionVisitor Modifier and Type Field Description protected AbstractSemanticValidator.CollectionValuedPathExpressionVisitorAbstractSemanticValidator. collectionValuedPathExpressionVisitorThis visitor is responsible to retrieve the visitedExpressionif it is aCollectionValuedPathExpression.Methods in org.eclipse.persistence.jpa.jpql that return AbstractSemanticValidator.CollectionValuedPathExpressionVisitor Modifier and Type Method Description protected AbstractSemanticValidator.CollectionValuedPathExpressionVisitorAbstractSemanticValidator. getCollectionValuedPathExpressionVisitor()
-