Uses of Class
com.google.cloud.datastore.Entity.Builder
Packages that use Entity.Builder
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of Entity.Builder in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return Entity.BuilderModifier and TypeMethodDescriptionstatic Entity.BuilderEntity.newBuilder(Entity copyFrom) static Entity.BuilderEntity.newBuilder(Key key) static Entity.BuilderEntity.newBuilder(Key key, FullEntity<?> copyFrom)