| 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 <T extends AggregateFunction> |
AbstractGrammarValidator.validateAggregateFunctionLocation(T expression,
AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper<T> helper) |
| Modifier and Type | Class and Description |
|---|---|
class |
AvgFunction
One of the aggregate functions.
|
class |
CountFunction
One of the aggregate functions.
|
class |
MaxFunction
One of the aggregate functions.
|
class |
MinFunction
One of the aggregate functions.
|
class |
SumFunction
One of the aggregate functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractContentAssistVisitor.visitAggregateFunction(AggregateFunction expression)
Visits the given
AggregateFunction and attempts to find valid proposals. |
| Modifier and Type | Method and Description |
|---|---|
AggregateFunction |
AggregateFunctionStateObject.getExpression()
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.