Is it possible to map the result of a native SQL query to a collection of Grails domain class instances?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||
|
|
|
Alternatively using Groovy SQL in the Grails app
|
|||
|
|
|
You could map it yourself without too much trouble. Alternatively if using HQL, you could use |
|||
|