|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
AsyncObjectify | Provides asynchronous get/put/delete methods. |
Objectify | This is the main "business end" of Objectify. |
Query<T> | This is similar to the datastore Query object, but better understands real class objects - it allows you to filter and sort by the key field normally. |
Result<T> |
This interface provides a return value for asynchronous Objectify calls,
nearly the same as java.util.concurrent.Future . |
Class Summary | |
---|---|
Key<T> | A typesafe wrapper for the datastore Key object. |
KeyRange<T> | This is a typesafe version of the KeyRange object. |
ObjectifyFactory | Factory which allows us to construct implementations of the Objectify interface. |
ObjectifyOpts | The options available when creating an Objectify instance. |
ObjectifyService | This is a simple container for a single static instance of ObjectifyFactory. |
Exception Summary | |
---|---|
NotFoundException | Exception thrown from Objectify.get() when there is no entity with the specified key. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |