-
Classes Class Description com.googlecode.objectify.KeyRange UseList<Key<T>>
instead. We will drop this class entirely.com.googlecode.objectify.VoidWork There are overloads for etc that take a instead.
-
Methods Method Description com.googlecode.objectify.impl.ObjectifyImpl.transactionless() com.googlecode.objectify.Key.getString() Use toUrlSafe() instead.com.googlecode.objectify.Key.toWebSafeString() Use toLegacyUrlSafe(), or if you aren't trying to generate old-style keys, use toUrlSafe().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.Objectify.transactionless() This method has very poorly defined behavior and will be removed SOON. Instead you should use theObjectify.transactionless(Work)
method.com.googlecode.objectify.ObjectifyFactory.begin() This method is a holdover from the 1.x days and will be removed soon. Clients should useObjectifyService.ofy()
to obtain Objectify instances.
-
Constructors Constructor Description com.googlecode.objectify.ObjectifyFactory(MemcachedClient) callObjectifyFactory(new SpyMemcacheService(memcache))
instead