| 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.
|
| org.eclipse.persistence.jpa.jpql.tools |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
This visitor retrieves the clause owning the visited
Expression. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractValidator.OwningClauseVisitor |
EclipseLinkGrammarValidator.buildOwningClauseVisitor()
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first Expression that is a clause. |
protected abstract AbstractValidator.OwningClauseVisitor |
AbstractValidator.buildOwningClauseVisitor()
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first Expression that is a clause. |
protected AbstractValidator.OwningClauseVisitor |
AbstractEclipseLinkSemanticValidator.buildOwningClauseVisitor()
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first Expression that is a clause. |
protected AbstractValidator.OwningClauseVisitor |
AbstractValidator.getOwningClauseVisitor()
Returns the visitor that traverses the parent hierarchy of any
Expression and stops at
the first Expression that is a clause. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractValidator.OwningClauseVisitor |
DefaultSemanticValidator.buildOwningClauseVisitor()
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first Expression that is a clause. |
protected AbstractValidator.OwningClauseVisitor |
DefaultGrammarValidator.buildOwningClauseVisitor()
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first Expression that is a clause. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.