FYI:
>>>
... but I am missing the option to chain the order by statements, now
I have to append them myself and set the long string. It would be nice
to be able to chaing most properties of a query. This safes time
looking up the right syntax...
Ebean.find(Person.class).order().asc("name");
<<<
This is logged as ENH-171:
http://www.avaje.org/bugdetail-171.html
This is now in HEAD and we be included in the next version of Ebean.
Cheers, Rob.