| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools | |
| 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 | Field and Description |
|---|---|
protected RefactoringTool.StateObjectUpdater<StateFieldPathExpressionStateObject> |
RefactoringTool.ClassNameRenamer.pathExpressionUpdater
The
RefactoringTool.StateObjectUpdater that updates the state field path expression when notified. |
| Modifier and Type | Method and Description |
|---|---|
protected RefactoringTool.StateObjectUpdater<StateFieldPathExpressionStateObject> |
RefactoringTool.ClassNameRenamer.buildPathExpressionStateObjectUpdater() |
protected RefactoringTool.StateObjectUpdater<StateFieldPathExpressionStateObject> |
RefactoringTool.ClassNameRenamer.pathExpressionUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
RefactoringTool.ClassNameRenamer.visit(StateFieldPathExpressionStateObject stateObject)
Visits the given
StateFieldPathExpressionStateObject. |
void |
RefactoringTool.EnumConstantRenamer.visit(StateFieldPathExpressionStateObject stateObject)
Visits the given
StateFieldPathExpressionStateObject. |
void |
RefactoringTool.FieldNameRenamer.visit(StateFieldPathExpressionStateObject stateObject)
Visits the given
StateFieldPathExpressionStateObject. |
void |
RefactoringTool.VariableNameRenamer.visit(StateFieldPathExpressionStateObject stateObject)
Visits the given
StateFieldPathExpressionStateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(StateFieldPathExpressionStateObject stateObject)
Visits the given
StateFieldPathExpressionStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(StateFieldPathExpressionStateObject stateObject)
Visits the given
StateFieldPathExpressionStateObject. |
| Modifier and Type | Method and Description |
|---|---|
StateFieldPathExpressionStateObject |
UpdateItemStateObject.getStateFieldPath()
Returns
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(StateFieldPathExpressionStateObject stateObject)
Visits the given
StateFieldPathExpressionStateObject. |
void |
AnonymousStateObjectVisitor.visit(StateFieldPathExpressionStateObject stateObject)
Visits the given
StateFieldPathExpressionStateObject. |
void |
AbstractStateObjectVisitor.visit(StateFieldPathExpressionStateObject stateObject)
Visits the given
StateFieldPathExpressionStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.