Grails query not using GORM
Posted
by
Tihom
on Stack Overflow
See other posts from Stack Overflow
or by Tihom
Published on 2011-01-05T04:04:46Z
Indexed on
2011/01/05
6:54 UTC
Read the original article
Hit count: 228
What is the best way to query for something without using GORM in grails?
I have query that doesn't seem to fit in the GORM model, the query has a subquery and a computed field. I posted on stackoverflow already with no response so I decided to take a different approach. I want to query for something not using GORM within a grails application. Is there an easy way to get the connection and go through the result set?
© Stack Overflow or respective owner