| 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.toStringTripleEncapsulated(AbstractTripleEncapsulatedExpressionStateObject stateObject) |
protected void |
AbstractActualJPQLQueryFormatter.toStringTripleEncapsulated(AbstractTripleEncapsulatedExpressionStateObject stateObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocateExpressionStateObject
The
LOCATE function returns the position of a given string within a string,
starting the search at a specified position. |
class |
SubstringExpressionStateObject
The second and third arguments of the
SUBSTRING function denote the starting
position and length of the substring to be returned. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.