-
Deprecated ClassesClassDescriptionThere are overloads for etc that take a instead.
-
Deprecated MethodsMethodDescriptionThis 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.This method is a holdover from the 1.x days and will be removed soon. Clients should use
ObjectifyService.ofy()
to obtain Objectify instances.
-
Deprecated ConstructorsConstructorDescriptioncall
ObjectifyFactory(datastore, new SpyMemcacheService(memcache))
insteadcallObjectifyFactory(new SpyMemcacheService(memcache))
instead
List<Key<T>>
instead. We will drop this class entirely.