Grails

FindResults and FindResult Methods of Groovy

In almost all the applications that we work on, we have to transform elements of a collection in one way or the other. We can do it in different ways. Let there be a domain "Employee" with following attributes: [java] class Employee{ String firstName String lastName Double salary } [/java] And we have 5 Employees: [java] ...

by Vivek Sachdeva
Tag: findresults
26-Sep-2012