Uses of Interface
com.google.appengine.api.datastore.CallbackContext
-
Packages that use CallbackContext Package Description com.google.appengine.api.datastore -
-
Uses of CallbackContext in com.google.appengine.api.datastore
Classes in com.google.appengine.api.datastore that implement CallbackContext Modifier and Type Class Description classDeleteContextConcreteCallbackContextimplementation that is specific to delete() callbacks.classPostLoadContextConcreteCallbackContextimplementation that is specific to intercepted operations that loadEntities, currently get and "query".classPreGetContextConcreteCallbackContextimplementation that is specific to intercepted get() operations.classPreQueryContextConcreteCallbackContextimplementation that is specific to intercepted queries.classPutContextConcreteCallbackContextimplementation that is specific to put() callbacks.
-