Uses of Interface
com.googlecode.objectify.cmd.QueryExecute

Packages that use QueryExecute
  • Uses of QueryExecute in com.googlecode.objectify.cmd

    Modifier and Type
    Interface
    Description
    interface 
    The top element in the command chain for retrieving entities from the datastore.
    interface 
    Once you have narrowed your interest to a type (via load().type(SomeType.class)), the command pattern can diverge into two directions: Either defining a parent or ids (which corresponds to a batch get) or calling query-related methods (which will produce a query).
    interface 
    The basic options for a typed Query.
    interface 
    After you call Query.keys(), you are executing a keys-only query.
    interface 
    A restricted set of query operations that apply to both kindless queries and typed queries.
  • Uses of QueryExecute in com.googlecode.objectify.impl

    Modifier and Type
    Class
    Description
    class 
    Implementation of Query.
    class 
    Base for command classes that include methods for defining a query (filter, order, limit, etc).