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 EntityDatastoreService. get(Key key)Retrieves theEntitywith the specifiedKey.EntityDatastoreService. get(Transaction txn, Key key)Exhibits the same behavior asDatastoreService.get(Key), but executes within the provided transaction.
-