public class WriteEngine extends Object
Modifier and Type | Field and Description |
---|---|
protected com.google.appengine.api.datastore.AsyncDatastoreService |
ads |
protected Deferrer |
deferrer |
protected ObjectifyImpl<?> |
ofy |
protected Session |
session |
Constructor and Description |
---|
WriteEngine(ObjectifyImpl<?> ofy,
com.google.appengine.api.datastore.AsyncDatastoreService ads,
Session session,
Deferrer deferrer) |
Modifier and Type | Method and Description |
---|---|
Result<Void> |
delete(Iterable<com.google.appengine.api.datastore.Key> keys)
The fundamental delete() operation.
|
<E> Result<Map<Key<E>,E>> |
save(Iterable<? extends E> entities)
The fundamental put() operation.
|
protected final ObjectifyImpl<?> ofy
protected final com.google.appengine.api.datastore.AsyncDatastoreService ads
protected final Session session
protected final Deferrer deferrer
public WriteEngine(ObjectifyImpl<?> ofy, com.google.appengine.api.datastore.AsyncDatastoreService ads, Session session, Deferrer deferrer)
Copyright © 2016. All rights reserved.