I create grails plugin named native-query to execute native query statement like ORACLE's query hint, mysql match-against statement on the grails framework.
I wrote a blog entry "[Groovy>Grails] Customization, how to execute Native SQL statement on Grails environment" before. but this customization is not useful. I create a new plugin having the same functionality.
- download zip file named grails-native-query-0.1.zip via http://groups.google.com/group/taapps-sourcecode-libraries/web/grails-native-query-0.1.zip
- installing plugin into the grails application
grails install-plugin grails-native-query-0.1.zip