|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderByItem.Direction | |
|---|---|
| org.eobjects.metamodel.query | API for querying |
| Uses of OrderByItem.Direction in org.eobjects.metamodel.query |
|---|
| Methods in org.eobjects.metamodel.query that return OrderByItem.Direction | |
|---|---|
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. |
| Methods in org.eobjects.metamodel.query with parameters of type OrderByItem.Direction | |
|---|---|
Query |
Query.orderBy(Column column,
OrderByItem.Direction direction)
|
OrderByItem |
OrderByItem.setDirection(OrderByItem.Direction direction)
|
| Constructors in org.eobjects.metamodel.query with parameters of type OrderByItem.Direction | |
|---|---|
OrderByItem(SelectItem selectItem,
OrderByItem.Direction direction)
Creates an OrderByItem |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||