Package | Description |
---|---|
com.googlecode.objectify | |
com.googlecode.objectify.impl |
Modifier and Type | Method and Description |
---|---|
ObjectifyImpl |
ObjectifyFactory.open()
Start a scope of work.
|
ObjectifyImpl |
ObjectifyFactory.open(ObjectifyOptions opts,
TransactorSupplier transactorSupplier)
This is only public because it is used from the impl package; don't use this as a public API
|
Modifier and Type | Field and Description |
---|---|
protected ObjectifyImpl |
WriteEngine.ofy |
Modifier and Type | Method and Description |
---|---|
protected ObjectifyImpl |
ObjectifyImpl.makeNew(ObjectifyOptions opts,
TransactorSupplier supplier)
Can be overriden if you want to subclass the ObjectifyImpl
|
Modifier and Type | Method and Description |
---|---|
com.googlecode.objectify.impl.Transactor |
TransactorSupplier.get(ObjectifyImpl ofy) |
Constructor and Description |
---|
DeferredImpl(ObjectifyImpl ofy) |
DeferredSaverImpl(ObjectifyImpl ofy) |
DeleterImpl(ObjectifyImpl ofy) |
LoadEngine(ObjectifyImpl ofy,
Session session,
AsyncDatastoreReaderWriter datastore,
LoadArrangement loadArrangement,
com.google.common.collect.ImmutableSet<com.google.cloud.datastore.ReadOption> readOptions) |
SaverImpl(ObjectifyImpl ofy) |
WriteEngine(ObjectifyImpl ofy,
AsyncDatastoreReaderWriter datastore,
Session session,
Deferrer deferrer) |
Copyright © 2018. All rights reserved.