Projections In Grails

[Solved] Projections In Grails | Groovy - Code Explorer | yomemimo.com
Question : projections in grails

Answered by : silly-sandpiper-8ny2trv4zjg8

def result = Person.createCriteria().list { projections { property('firstName') property('lastName') }
}

Source : | Last Update : Thu, 18 Feb 21

Answers related to projections in grails

Code Explorer Popular Question For Groovy