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 classEntityAn entity is the Google Cloud Datastore persistent data object for a specific key.classFullEntity<K extends IncompleteKey>A full entity is aBaseEntitythat holds all the properties associated with a Datastore entity (as opposed toProjectionEntity).classProjectionEntityA 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 intEntity. calculateSerializedSize(BaseEntity<? extends IncompleteKey> entity)Returns the size in bytes of the protobuf form of the provided entity.
-