Retrieve a Sorted List from a Field

Hello,
Let’s say I have a table of a Workplace, which holds a List of Employee. I use the “one-step” approach to fetch them. Now, If I have a particular Workplace, and I want to retrieve a sorted list (by “firstname”, for example) of it’s Employees, What is the best way doing so?

Android - Java

Thank you.

There is currently no way to retrieve related objects with any kind of sorting. However, if you direct the query directly to the Workplace table, then you can use the “sortBy” property in the QueryOptions.