| 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 | Method and Description |
|---|---|
protected void |
RefactoringTool.FieldNameRenamer.rename(AbstractPathExpressionStateObject stateObject)
Performs the rename on the path expression.
|
protected void |
RefactoringTool.EnumConstantRenamer.renameEnumConstant(AbstractPathExpressionStateObject stateObject) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJPQLQueryFormatter.toStringPathExpression(AbstractPathExpressionStateObject stateObject) |
protected void |
AbstractActualJPQLQueryFormatter.toStringPathExpression(AbstractPathExpressionStateObject stateObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionValuedPathExpressionStateObject
A collection-valued field is designated by the name of an association field in a one-to-many or a
many-to-many relationship or by the name of an element collection field.
|
class |
StateFieldPathExpressionStateObject
A single-valued association field is designated by the name of an association-field in a
one-to-one or many-to-one relationship.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.