Class and Description |
---|
com.googlecode.objectify.KeyRange
Use
List<Key<T>> instead. We will drop this class entirely. |
com.googlecode.objectify.VoidWork
There are overloads for etc that take a instead.
|
Method and Description |
---|
com.googlecode.objectify.ObjectifyFactory.begin()
This method is a holdover from the 1.x days and will be removed soon.
Clients should use
ObjectifyService.ofy() to obtain Objectify instances. |
com.googlecode.objectify.Objectify.deadline(Double)
This no longer does anything. Transport-level behavior is set via DatastoreOptions when you create
the ObjectifyFactory. Altering this would require tearing down and re-establishing connections, which will have
a negative performance impact. For better or worse, deadline is now a global setting.
|
com.googlecode.objectify.impl.ObjectifyImpl.transactionless() |
com.googlecode.objectify.Objectify.transactionless()
This method has very poorly defined behavior and will be removed SOON. Instead you should
use the
Objectify.transactionless(Work) method. |
Copyright © 2017. All rights reserved.