Annotation Types Summary |
AlsoLoad |
Annotation which helps migrate schemas by loading one of several possible properties
in the entity into fields or methods. |
Cached |
Place this on any POJO entity class to cause it to be cached in the memcache. |
Entity |
This is an Objectify-specific version of the javax.persistence.Entity annotation. |
Indexed |
This annotation controls whether or not fields are indexed in the datastore. |
NotSaved |
When placed on an entity field, the field will not be written to the datastore. |
Parent |
When placed on an entity field of type Key, the key will be used as the parent
ancestor for entity grouping. |
Serialized |
When placed on an entity field, the field will be written as a single Blob
property using java serialization. |
Subclass |
Indicates that a class is part of a polymorphic persistence hierarchy. |
Unindexed |
This annotation controls whether or not fields are indexed in the datastore. |