Class QueryParameters<M>

  • Type Parameters:
    M - Provide entity specific type checking, for example, when we create QueryParameters instance for Users, M is equal to UserModel, hence we are not able, for example, to order result by a SearchableModelField defined for clients in ClientModel.

    public class QueryParameters<M>
    extends Object
    Wraps together parameters for querying storage e.g. number of results to return, requested order or filtering criteria