Class FullEntity<K extends IncompleteKey>

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

public class FullEntity<K extends IncompleteKey> extends BaseEntity<K>
A full entity is a BaseEntity that holds all the properties associated with a Datastore entity (as opposed to ProjectionEntity).
See Also: