Grails

Regex in grails CreateCriteria

Sometimes we need to retrieve the result on the basis of some regular expression pattern which could be applied to a column. In such situations its better to use a rlike method provided by Grails CreateCriteria. Using rlike method it's easy to retrieve Result based upon the Required Pattern. rlike Method is Similar to like, but uses a...

by Gautam Malhotra
Tag: regex in gorm
14-Oct-2010