Uses of Interface
com.google.appengine.api.datastore.PreparedQuery
-
Packages that use PreparedQuery Package Description com.google.appengine.api.datastore -
-
Uses of PreparedQuery in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return PreparedQuery Modifier and Type Method Description PreparedQuery
AdminDatastoreService. prepare(Query query)
PreparedQuery
AdminDatastoreService. prepare(Transaction txn, Query query)
PreparedQuery
BaseDatastoreService. prepare(Query query)
Prepares a query for execution.PreparedQuery
BaseDatastoreService. prepare(Transaction txn, Query query)
Exhibits the same behavior asBaseDatastoreService.prepare(Query)
, but executes within the provided transaction.
-