Uses of Class
com.google.cloud.datastore.StructuredQuery.OrderBy
Packages that use StructuredQuery.OrderBy
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of StructuredQuery.OrderBy in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return StructuredQuery.OrderByMethods in com.google.cloud.datastore that return types with arguments of type StructuredQuery.OrderByModifier and TypeMethodDescriptionStructuredQuery.getOrderBy()Returns the order by clause for this query.Methods in com.google.cloud.datastore with parameters of type StructuredQuery.OrderByModifier and TypeMethodDescriptionStructuredQuery.Builder.addOrderBy(StructuredQuery.OrderBy orderBy, StructuredQuery.OrderBy... others) Adds settings to the existing order by clause.StructuredQuery.Builder.setOrderBy(StructuredQuery.OrderBy orderBy, StructuredQuery.OrderBy... others) Sets the query's order by clause (clearing any previously specified order by settings).