Class PreQueryContext (2.0.0)

public final class PreQueryContext extends BaseCallbackContext<Query>

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 #getCurrentElement(). This is an effective way to modify queries prior to execution.

Inheritance

java.lang.Object > com.google.appengine.api.datastore.BaseCallbackContext > PreQueryContext