Package | Description |
---|---|
org.apache.metamodel.query |
API for querying
|
Modifier and Type | Method and Description |
---|---|
OrderByItem.Direction |
OrderByItem.getDirection() |
static OrderByItem.Direction |
OrderByItem.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderByItem.Direction[] |
OrderByItem.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.orderBy(Column column,
OrderByItem.Direction direction) |
OrderByItem |
OrderByItem.setDirection(OrderByItem.Direction direction) |
Constructor and Description |
---|
OrderByItem(SelectItem selectItem,
OrderByItem.Direction direction)
Creates an OrderByItem
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.