is there any way i can use ORDERBY with findAll() in Play Framework?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think the best way to specify order is by using a JPQL query like this:
|
|||
|
|
|
This line seemed to work for me (play 2.1)
|
|||
|
|