|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query.SortDirection | |
---|---|
org.usergrid.persistence |
Uses of Query.SortDirection in org.usergrid.persistence |
---|
Methods in org.usergrid.persistence that return Query.SortDirection | |
---|---|
static Query.SortDirection |
Query.SortDirection.find(String s)
|
Query.SortDirection |
Query.SortPredicate.getDirection()
|
static Query.SortDirection |
Query.SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Query.SortDirection[] |
Query.SortDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.usergrid.persistence with parameters of type Query.SortDirection | |
---|---|
Query |
Query.addSort(String propertyName,
Query.SortDirection direction)
|
Constructors in org.usergrid.persistence with parameters of type Query.SortDirection | |
---|---|
Query.SortPredicate(String propertyName,
Query.SortDirection direction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |