| 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 |
|---|---|
void |
RefactoringTool.EntityNameRenamer.visit(AbstractSchemaNameStateObject stateObject)
Visits the given
AbstractSchemaNameStateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(AbstractSchemaNameStateObject stateObject)
Visits the given
AbstractSchemaNameStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(AbstractSchemaNameStateObject stateObject)
Visits the given
AbstractSchemaNameStateObject. |
| Modifier and Type | Method and Description |
|---|---|
AbstractSchemaNameStateObject |
AbstractModifyStatementStateObject.getAbstractSchemaNameStateObject()
Returns the
AbstractSchemaNameStateObject holding onto the abstract schema name. |
AbstractSchemaNameStateObject |
AbstractModifyClauseStateObject.getAbstractSchemaNameStateObject()
Returns the
AbstractSchemaNameStateObject holding onto the abstract schema name. |
AbstractSchemaNameStateObject |
RangeVariableDeclarationStateObject.getRootStateObject()
Returns the
StateObject holding onto the abstract schema name. |
AbstractSchemaNameStateObject |
IdentificationVariableDeclarationStateObject.getRootStateObject()
Returns the
StateObject representing the "root" for objects which may not be
reachable by navigation. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(AbstractSchemaNameStateObject stateObject)
Visits the given
AbstractSchemaNameStateObject. |
void |
AnonymousStateObjectVisitor.visit(AbstractSchemaNameStateObject stateObject)
Visits the given
AbstractSchemaNameStateObject. |
void |
AbstractStateObjectVisitor.visit(AbstractSchemaNameStateObject stateObject)
Visits the given
AbstractSchemaNameStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.