- All Implemented Interfaces:
- Serializable
public class QueryMissingOrderException
extends TopiaQueryException
If you get this exception, it means that you asked topia
to make an operation that need a deterministic way to sort the
result but you didn't defined such query.
To fix you issue, you may use another API call (maybe user findAny instead
of findFirst) or change your query by adding an order by clause. A quick and
easy fix would be to just use "order by topiaId".
- Since:
- 3.0
- See Also:
- Serialized Form