Uses of Class
com.google.cloud.datastore.Entity
Packages that use Entity
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of Entity in com.google.cloud.datastore
Fields in com.google.cloud.datastore with type parameters of type EntityMethods in com.google.cloud.datastore that return EntityModifier and TypeMethodDescriptionfinal EntityBaseDatastoreBatchWriter.add(FullEntity<?> entity) Batch.add(FullEntity<?> entity) Datastore add operation: inserts the provided entity.Datastore.add(FullEntity<?> entity) Datastore add operation: inserts the provided entity.DatastoreBatchWriter.add(FullEntity<?> entity) Datastore add operation: inserts the provided entity.DatastoreWriter.add(FullEntity<?> entity) Datastore add operation: inserts the provided entity.Transaction.add(FullEntity<?> entity) Datastore add operation: inserts the provided entity.Entity.Builder.build()static EntityDatastore.get(Key key, ReadOption... options) final EntityBaseDatastoreBatchWriter.put(FullEntity<?> entity) Datastore.put(FullEntity<?> entity) A Datastore put (a.k.a upsert) operation: inserts an entity if it does not exist, updates it otherwise.DatastoreBatchWriter.put(FullEntity<?> entity) A Datastore put (a.k.a upsert) operation: inserts an entity if it does not exist, updates it otherwise.DatastoreWriter.put(FullEntity<?> entity) A Datastore put (a.k.a upsert) operation: inserts an entity if it does not exist, updates it otherwise.Transaction.put(FullEntity<?> entity) A Datastore put (a.k.a upsert) operation: inserts an entity if it does not exist, updates it otherwise.Methods in com.google.cloud.datastore that return types with arguments of type EntityModifier and TypeMethodDescriptionBaseDatastoreBatchWriter.add(FullEntity<?>... entities) Batch.add(FullEntity<?>... entities) Datastore add operation: inserts the provided entities.Datastore.add(FullEntity<?>... entities) Datastore add operation: inserts the provided entities.DatastoreBatchWriter.add(FullEntity<?>... entities) Datastore add operation: inserts the provided entities.DatastoreWriter.add(FullEntity<?>... entities) Datastore add operation: inserts the provided entities.Transaction.add(FullEntity<?>... entities) Datastore add operation: inserts the provided entities.Datastore.fetch(Iterable<Key> keys, ReadOption... options) Returns a list with a value for each given key (ordered by input).Returns a list with a value for each given key (ordered by input).Returns a list with a value for each given key (ordered by input).Datastore.get(Iterable<Key> keys, ReadOption... options) BaseDatastoreBatchWriter.put(FullEntity<?>... entities) Datastore.put(FullEntity<?>... entities) A Datastore put (a.k.a upsert) operation: creates an entity if it does not exist, updates it otherwise.DatastoreBatchWriter.put(FullEntity<?>... entities) A Datastore put (a.k.a upsert) operation: creates an entity if it does not exist, updates it otherwise.DatastoreWriter.put(FullEntity<?>... entities) A Datastore put (a.k.a upsert) operation: creates an entity if it does not exist, updates it otherwise.Transaction.put(FullEntity<?>... entities) A Datastore put (a.k.a upsert) operation: creates an entity if it does not exist, updates it otherwise.Methods in com.google.cloud.datastore with parameters of type EntityModifier and TypeMethodDescriptionstatic Entity.BuilderEntity.newBuilder(Entity copyFrom) final voidvoidA Datastore update operation.voidA Datastore update operation.voidA Datastore update operation.voidA Datastore update operation.