| 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.parser |
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
|
| org.eclipse.persistence.jpa.jpql.tools | |
| org.eclipse.persistence.jpa.jpql.tools.model.query |
This package contains the
StateObject classes that represents a JPQL query. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGrammarValidator.validateLogicalExpression(LogicalExpression expression,
String leftExpressionQueryBNF,
String rightExpressionQueryBNF) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndExpression
The AND logical operator chains multiple criteria together.
|
class |
OrExpression
The OR logical operator chains multiple criteria together.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractContentAssistVisitor.visitLogicalExpression(LogicalExpression expression)
Visits the given
LogicalExpression and attempts to find valid proposals. |
| Modifier and Type | Method and Description |
|---|---|
LogicalExpression |
LogicalExpressionStateObject.getExpression()
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.