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 > PreQueryContextInherited Members
com.google.appengine.api.datastore.BaseCallbackContext.getCurrentElement()
com.google.appengine.api.datastore.BaseCallbackContext.getCurrentIndex()
com.google.appengine.api.datastore.BaseCallbackContext.getCurrentTransaction()
com.google.appengine.api.datastore.BaseCallbackContext.getElements()
com.google.appengine.api.datastore.BaseCallbackContext.toString()