| 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 | Class and Description |
|---|---|
class |
DefaultProblem
The default implementation of
Problem. |
| Modifier and Type | Method and Description |
|---|---|
protected Problem |
AbstractStateObject.buildProblem(String messageKey)
Creates a new
Problem describing a single issue found with the information contained
in this StateObject. |
protected Problem |
AbstractStateObject.buildProblem(String messageKey,
String... arguments)
Creates a new
Problem describing a single issue found with the information contained
in this StateObject. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WhenClauseStateObject.addProblems(List<Problem> problems)
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues. |
protected void |
ObjectExpressionStateObject.addProblems(List<Problem> problems)
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues. |
protected void |
IdentificationVariableStateObject.addProblems(List<Problem> problems)
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues. |
protected void |
EntityTypeLiteralStateObject.addProblems(List<Problem> problems)
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues. |
protected void |
CaseExpressionStateObject.addProblems(List<Problem> problems)
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues. |
protected void |
AbstractStateObject.addProblems(List<Problem> problems)
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues. |
protected void |
AbstractRangeVariableDeclarationStateObject.addProblems(List<Problem> problems)
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues. |
protected void |
AbstractFromClauseStateObject.addProblems(List<Problem> currentProblems)
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.