Uses of Class
com.google.cloud.datastore.BaseEntity
Packages that use BaseEntity
Package
Description
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.datastoreModifier and TypeClassDescriptionfinal classAn 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).final classA projection entity is a result of a Google Cloud Datastore projection query.Methods in com.google.cloud.datastore that return BaseEntityMethods in com.google.cloud.datastore with parameters of type BaseEntityModifier and TypeMethodDescriptionstatic intEntity.calculateSerializedSize(BaseEntity<? extends IncompleteKey> entity) Returns the size in bytes of the protobuf form of the provided entity.