sorted

abstract QueryType sorted(Comparator<EntityType> comparator)

Orders the query by the specified comparator. This query is not executed at this point.

Return

this query

Parameters

comparator

the comparator to order the query by