Uses of Class
com.google.appengine.api.datastore.Query.SortPredicate
-
Packages that use Query.SortPredicate Package Description com.google.appengine.api.datastore -
-
Uses of Query.SortPredicate in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return Query.SortPredicate Modifier and Type Method Description Query.SortPredicateQuery.SortPredicate. reverse()Returns a sort predicate with the direction reversed.Methods in com.google.appengine.api.datastore that return types with arguments of type Query.SortPredicate Modifier and Type Method Description List<Query.SortPredicate>Query. getSortPredicates()Returns a mutable list of the current sort predicates.
-