orderBy abstract method

OrderByStep<T> orderBy(
  1. String field
)

Adds a sort order to this query for the specified field. SQL: ORDER BY

Implementation

OrderByStep<T> orderBy(String field);