Interface | Description |
---|---|
EntityMetadata<T> |
The interface by which POJOs and datastore Entity objects are translated back and forth.
|
KeyMetadata<T> |
Interface for mapping key/parent fields on pojo entities.
|
Property |
Basic interface so we can wrap fields and methods so they look more or less the same.
|
Class | Description |
---|---|
AbstractProperty |
Some common behavior of properties
|
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.
|
FieldProperty |
Property which encapsulates a simple field.
|
ForwardPath |
This is a wrapper for a Path that makes it backwards; instead of going from tail to head,
it has links from head to tail.
|
IfConditionGenerator |
Utility that makes it easy to generate If conditions.
|
Keys |
Holds static metadata about entity keys.
|
MethodProperty |
Property which encapsulates a method with an @AlsoLoad parameter.
|
Node |
A tree repesentation of a datastore Entity object.
|
NullProperty |
Property to use with translators when there isn't a relevant property; for example, when making a filterable
or when creating translator for the root entity.
|
Path |
Path represents the individual steps from the root object to the current property.
|
PolymorphicEntityMetadata<T> |
The interface by which POJOs and datastore Entity objects are translated back and forth.
|
Registrar |
Maintains information about registered entity classes
|
ResultAdapter<T> |
Adapts a Future object to a (much more convenient) Result object.
|
Session |
The basic session cache.
|
SessionValue<T> |
The information we maintain on behalf of an entity instance in the session cache.
|
TranslatableProperty<T> |
Associates a Property with a Translator and provides a more convenient interface.
|
Transmog<T> |
Transmogrifies POJO entities into datastore Entity objects and vice-versa.
|
TypeUtils | |
Upgrade |
Copyright © 2013. All Rights Reserved.