Wysmedia.com

Icon

~ We make IT easy for you ~

Native SQL Query on Grails

As we know, Hibernate Query Language or using GORM are not enough, for example if we want to create complex queries or using native sql functions ie. date() function in MySQL. That’s why we need to use Groovy SQL to achive that.

Read the rest of this entry »