Uses of Class
com.google.appengine.api.datastore.EntityNotFoundException
-
Packages that use EntityNotFoundException Package Description com.google.appengine.api.datastore -
-
Uses of EntityNotFoundException in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that throw EntityNotFoundException Modifier and Type Method Description Entity
DatastoreService. get(Key key)
Retrieves theEntity
with the specifiedKey
.Entity
DatastoreService. get(Transaction txn, Key key)
Exhibits the same behavior asDatastoreService.get(Key)
, but executes within the provided transaction.
-