|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortOrder | |
---|---|
org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create custom queries. |
Uses of SortOrder in org.apache.cayenne.query |
---|
Fields in org.apache.cayenne.query declared as SortOrder | |
---|---|
protected SortOrder |
Ordering.sortOrder
|
Methods in org.apache.cayenne.query that return SortOrder | |
---|---|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.cayenne.query with parameters of type SortOrder | |
---|---|
void |
SelectQuery.addOrdering(String sortPathSpec,
SortOrder order)
Adds ordering specification to this query orderings. |
void |
Ordering.setSortOrder(SortOrder order)
Sets the sort order for this ordering. |
Constructors in org.apache.cayenne.query with parameters of type SortOrder | |
---|---|
Ordering(String sortPathSpec,
SortOrder sortOrder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |