Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractValidator.NestedArrayVisitor
-
Packages that use AbstractValidator.NestedArrayVisitor 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 AbstractValidator.NestedArrayVisitor in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return AbstractValidator.NestedArrayVisitor Modifier and Type Method Description protected AbstractValidator.NestedArrayVisitorAbstractValidator. buildNestedArrayVisitor()Creates the visitor that traverses anExpressionand determines if it's a nested array or not.protected AbstractValidator.NestedArrayVisitorAbstractValidator. getNestedArrayVisitor()Returns the visitor that can determine if anExpressionrepresents a nested array.
-