| 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 | Field and Description |
|---|---|
AbstractValidator.JPQLQueryBNFValidator |
AbstractValidator.BypassChildCollectionExpressionVisitor.visitor
The visitor that will visit the
Expression. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractValidator.JPQLQueryBNFValidator |
AbstractValidator.getExpressionValidator(String queryBNF) |
protected AbstractValidator.JPQLQueryBNFValidator |
AbstractValidator.getJPQLQueryBNFValidator(JPQLQueryBNF queryBNF)
Returns the
AbstractValidator.JPQLQueryBNFValidator that can be used to validate an Expression
by making sure its BNF is part of the given BNF. |
protected AbstractValidator.JPQLQueryBNFValidator |
AbstractValidator.getJPQLQueryBNFValidator(String queryBNF)
Returns the
AbstractValidator.JPQLQueryBNFValidator that can be used to validate an Expression
by making sure its BNF is part of the given BNF. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractValidator.JPQLQueryBNFValidator |
AbstractContentAssistVisitor.buildJPQLQueryBNFValidator(JPQLQueryBNF queryBNF)
Returns the
AbstractValidator.JPQLQueryBNFValidator that can be used to validate an Expression
by making sure its BNF is part of the given BNF. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.