| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.parser |
This is the core of Hermes, this package contains the classes that can parse 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 |
|---|---|
OrderByItem.Ordering |
OrderByItem.getOrdering()
Returns the enum constant representing the ordering type.
|
static OrderByItem.Ordering |
OrderByItem.Ordering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderByItem.Ordering[] |
OrderByItem.Ordering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OrderByItem.Ordering |
OrderByItemStateObject.getOrdering()
Returns the enum constant representing the ordering type.
|
| Modifier and Type | Method and Description |
|---|---|
OrderByItemStateObject |
OrderByClauseStateObject.addItem(OrderByItem.Ordering ordering)
Adds a new
ORDER BY item to this clause. |
OrderByItemStateObject |
OrderByClauseStateObject.addItem(String path,
OrderByItem.Ordering ordering)
Adds a new
ORDER BY item to this clause. |
OrderByItemStateObject |
OrderByClauseStateObject.addOrderByItem(String[] paths,
OrderByItem.Ordering ordering)
Adds a new
ORDER BY item to this clause. |
void |
OrderByItemStateObject.setOrdering(OrderByItem.Ordering ordering)
Sets the enum constant representing the ordering type.
|
| Constructor and Description |
|---|
OrderByItemStateObject(OrderByClauseStateObject parent,
OrderByItem.Ordering ordering)
Creates a new
OrderByItemStateObject. |
OrderByItemStateObject(OrderByClauseStateObject parent,
StateObject stateObject,
OrderByItem.Ordering ordering)
Creates a new
OrderByItemStateObject. |
OrderByItemStateObject(OrderByClauseStateObject parent,
String jpqlFragment,
OrderByItem.Ordering ordering)
Creates a new
OrderByItemStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.