Class BaseEntity<K extends IncompleteKey>

java.lang.Object
com.google.cloud.datastore.BaseEntity<K>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FullEntity, ProjectionEntity

public abstract class BaseEntity<K extends IncompleteKey> extends Object implements Serializable
A base class for entities (key and properties). An entity is a Google Cloud Datastore persistent data object. An entity holds one or more properties, represented by a name (as String) and a value (as Value), and may be associated with a key. For a list of possible values see ValueType.
See Also: