| 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 | Method and Description |
|---|---|
protected void |
AbstractJPQLQueryFormatter.toStringEncapsulatedIdentificationVariable(EncapsulatedIdentificationVariableExpressionStateObject stateObject) |
protected void |
AbstractActualJPQLQueryFormatter.toStringEncapsulatedIdentificationVariable(EncapsulatedIdentificationVariableExpressionStateObject stateObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntryExpressionStateObject
|
class |
IndexExpressionStateObject
The
INDEX function returns an integer value corresponding to the position of
its argument in an ordered list. |
class |
KeyExpressionStateObject
This object represents an identification variable that maps the keys of a
Map. |
class |
ObjectExpressionStateObject
Stand-alone identification variables in the
SELECT clause may optionally be
qualified by the OBJECT operator. |
class |
ValueExpressionStateObject
This object represents an identification variable that maps the values of a
Map. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.