| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools.model |
The classes defined in this package define the state model API, a state model can be used to
manually or programmatically create and edit a JPQL query.
|
| 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 |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(ArithmeticFactorStateObject stateObject)
Visits the given
ArithmeticFactorStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(ArithmeticFactorStateObject stateObject)
Visits the given
ArithmeticFactorStateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(ArithmeticFactorStateObject stateObject)
Visits the given
ArithmeticFactorStateObject. |
void |
AnonymousStateObjectVisitor.visit(ArithmeticFactorStateObject stateObject)
Visits the given
ArithmeticFactorStateObject. |
void |
AbstractStateObjectVisitor.visit(ArithmeticFactorStateObject stateObject)
Visits the given
ArithmeticFactorStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.