Interface OrderParser
- All Known Implementing Classes:
OrderParserImpl
public interface OrderParser
Takes a string of orderings and returns
Order
objects which can be
used with QueryBuilder
.
Ordering paths are separated by comma and "asc" or "desc" can be appended
to specify the direction explicitly.
Some examples of supported ordering strings:
- "label"
- "label asc"
- "label desc"
- "relStatus.unique_id"
- "relStatus" (returns default ordering of Status entity)
- "relStatus,label"-
Method Summary
-
Method Details
-
parse
-