| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected IJPQLQueryFormatter.IdentifierStyle |
BaseJPQLQueryFormatter.style
Determines how the JPQL identifiers are written out.
|
| Modifier and Type | Method and Description |
|---|---|
IJPQLQueryFormatter.IdentifierStyle |
BaseJPQLQueryFormatter.getIdentifierStyle()
Returns the style to use when formatting the JPQL identifiers.
|
static IJPQLQueryFormatter.IdentifierStyle |
IJPQLQueryFormatter.IdentifierStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IJPQLQueryFormatter.IdentifierStyle[] |
IJPQLQueryFormatter.IdentifierStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.