Class Query.SortPredicate
java.lang.Object
com.google.appengine.api.datastore.Query.SortPredicate
- All Implemented Interfaces:
Serializable
- Enclosing class:
Query
SortPredicate is a data container that holds a single sort predicate.
- See Also:
-
Constructor Details
-
SortPredicate
-
-
Method Details
-
reverse
Returns a sort predicate with the direction reversed. -
getPropertyName
Gets the name of the property to sort on. -
getDirection
Gets the direction of the sort. -
equals
-
hashCode
public int hashCode() -
toString
-