| Package | Description |
|---|---|
| org.objectquery | |
| org.objectquery.generic |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectQuery.order(Object order,
OrderType type)
Add an order to query.
|
void |
ObjectQuery.order(Object order,
ProjectionType projectionType,
OrderType type)
Add an order to query.
|
| Modifier and Type | Method and Description |
|---|---|
OrderType |
Order.getType() |
static OrderType |
OrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderType[] |
OrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericObjectQuery.order(Object order,
OrderType type) |
void |
GenericObjectQuery.order(Object order,
ProjectionType projectionType,
OrderType type) |
void |
GenericInternalQueryBuilder.order(PathItem item,
ProjectionType projectionType,
OrderType type) |
void |
InternalQueryBuilder.order(PathItem item,
ProjectionType projectionType,
OrderType type)
Add an order to query.
|
| Constructor and Description |
|---|
Order(PathItem item,
ProjectionType projectionType,
OrderType type) |
Copyright © 2013 Object Query. All Rights Reserved.