| 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<ConstructorExpressionStateObject> |
RefactoringTool.ClassNameRenamer.constructorUpdater
The
RefactoringTool.StateObjectUpdater that updates the class name when notified. |
| Modifier and Type | Method and Description |
|---|---|
protected RefactoringTool.StateObjectUpdater<ConstructorExpressionStateObject> |
RefactoringTool.ClassNameRenamer.buildConstructorUpdater() |
protected RefactoringTool.StateObjectUpdater<ConstructorExpressionStateObject> |
RefactoringTool.ClassNameRenamer.constructorUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
RefactoringTool.ClassNameRenamer.visit(ConstructorExpressionStateObject stateObject)
Visits the given
ConstructorExpressionStateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(ConstructorExpressionStateObject stateObject)
Visits the given
ConstructorExpressionStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(ConstructorExpressionStateObject stateObject)
Visits the given
ConstructorExpressionStateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(ConstructorExpressionStateObject stateObject)
Visits the given
ConstructorExpressionStateObject. |
void |
AnonymousStateObjectVisitor.visit(ConstructorExpressionStateObject stateObject)
Visits the given
ConstructorExpressionStateObject. |
void |
AbstractStateObjectVisitor.visit(ConstructorExpressionStateObject stateObject)
Visits the given
ConstructorExpressionStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.