|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
EntityMetadata<T> | The interface by which POJOs and datastore Entity objects are translated back and forth. |
Wrapper | Basic interface so we can wrap fields and methods so they look more or less the same. |
Class Summary | |
---|---|
AsyncObjectifyImpl | Implementation of the Objectify interface. |
CacheControlImpl | Implements CacheControl for Objectify |
ConcreteEntityMetadata<T> | Knows how to map between datastore Entity objects and your typed POJO objects. |
EntityMemcacheStats | Tracks hit/miss statistics for the memcache. |
FieldWrapper | Wrapper which makes a field look just like... |
LoadContext | The context of a load or save operation to a single entity. |
MethodWrapper | Wrapper which makes a method with a single parameter look just like a field. |
ObjectifyImpl | Implementation of the Objectify interface. |
PolymorphicEntityMetadata<T> | The interface by which POJOs and datastore Entity objects are translated back and forth. |
QueryImpl<T> | Implementation of Query. |
Registrar | Maintains information about registered entity classes |
ResultAdapter<T> | Adapts a Future object to a (much more convenient) Result object. |
SessionCachingAsyncObjectifyImpl | Extends the AsyncObjectifyImpl to add a session cache. |
SessionCachingQueryImpl<T> | Extends the QueryImpl to add a session cache. |
Transmog<T> | Class which knows how to load data from Entity to POJO and save data from POJO to Entity. |
TypeUtils | |
TypeUtils.FieldMetadata | Simple container that groups the names associated with fields. |
TypeUtils.MethodMetadata | Simple container that groups the names associated with @AlsoLoad methods. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |