Grails – DomainObject.findAll() does not presort returned objects…

So I have a drop down list of Applications… Well the Applications domain object specifies that it should presort all returns by the appName field. This works great when doing something like user.applications. Yet when I did my normal Application.findAll() the list it returned was not sorted by appName. I instead had to use Application.list().

Posted in: grails



This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

addLeave a comment

You must be logged in to post a comment.