Class PreQueryContext

java.lang.Object
com.google.appengine.api.datastore.PreQueryContext
All Implemented Interfaces:
CallbackContext<Query>

public final class PreQueryContext extends Object
Concrete CallbackContext implementation that is specific to intercepted queries. Methods annotated with PreQuery that receive instances of this class may modify the Query returned by calling CallbackContext.getCurrentElement(). This is an effective way to modify queries prior to execution.