Uses of Class
com.google.cloud.datastore.BaseEntity
-
Packages that use BaseEntity Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of BaseEntity in com.google.cloud.datastore
Subclasses of BaseEntity in com.google.cloud.datastore Modifier and Type Class Description class
Entity
An entity is the Google Cloud Datastore persistent data object for a specific key.class
FullEntity<K extends IncompleteKey>
A full entity is aBaseEntity
that holds all the properties associated with a Datastore entity (as opposed toProjectionEntity
).class
ProjectionEntity
A projection entity is a result of a Google Cloud Datastore projection query.Methods in com.google.cloud.datastore that return BaseEntity Modifier and Type Method Description abstract BaseEntity<K>
BaseEntity.Builder. build()
Methods in com.google.cloud.datastore with parameters of type BaseEntity Modifier and Type Method Description static int
Entity. calculateSerializedSize(BaseEntity<? extends IncompleteKey> entity)
Returns the size in bytes of the protobuf form of the provided entity.
-