PreparedQuery (Google App Engine API for Java)

com.google.appengine.api.datastore

Interface PreparedQuery



  • public interface PreparedQuery
    Contains methods for fetching and returning entities from a Query. If the Query specified a sort order, Entities are returned in that order. Otherwise, the order is undefined.

    A PreparedQuery does not cache results. Each use of PreparedQuery results in a new trip to the datastore.