Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
Packages that use AbstractValidator.OwningClauseVisitor 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.OwningClauseVisitor in org.eclipse.persistence.jpa.jpql
Subclasses of AbstractValidator.OwningClauseVisitor in org.eclipse.persistence.jpa.jpql Modifier and Type Class Description static classAbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitorThis visitor retrieves the clause owning the visitedExpression.Methods in org.eclipse.persistence.jpa.jpql that return AbstractValidator.OwningClauseVisitor Modifier and Type Method Description protected AbstractValidator.OwningClauseVisitorAbstractEclipseLinkSemanticValidator. buildOwningClauseVisitor()protected abstract AbstractValidator.OwningClauseVisitorAbstractValidator. buildOwningClauseVisitor()Creates the visitor that traverses the parent hierarchy of anyExpressionand stops at the firstExpressionthat is a clause.protected AbstractValidator.OwningClauseVisitorEclipseLinkGrammarValidator. buildOwningClauseVisitor()protected AbstractValidator.OwningClauseVisitorAbstractValidator. getOwningClauseVisitor()Returns the visitor that traverses the parent hierarchy of anyExpressionand stops at the firstExpressionthat is a clause.
-