Let\'s say I have definied a User object using GORM. Each user can have zero or more Login:s. Each Login has a timestamp. When retrieving user.logins I want the logins to be sor
The handling of default sort order in Grails/GORM seems to have been radically simplified in Grails 1.1: