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