I am new to Spring3 and Hibernate the following code works great but I am trying to find a way to have my list returned in sort order by the date field. Can someone please show
.addOrder( Order.desc("date") )
Check the examples in the documentation