I want to get data from the database (MySQL) by JPA, I want it sorted by some column value.
So, what is the best practice, to:
I would let the database do the sort, they are generally very good at that.