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