Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
-
Packages that use AbstractValidator.OwningStatementVisitor 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.OwningStatementVisitor in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return AbstractValidator.OwningStatementVisitor Modifier and Type Method Description protected AbstractValidator.OwningStatementVisitorAbstractValidator. buildOwningStatementVisitor()Creates the visitor that traverses the parent hierarchy of anyExpressionand stops at the firstExpressionthat is a statement.protected AbstractValidator.OwningStatementVisitorAbstractValidator. getOwningStatementVisitor()Returns the visitor that traverses the parent hierarchy of anyExpressionand stops at the firstExpressionthat is a statement.
-