|
|
Hi,
I've following domain class:
class Test {
String name
static hasMany = [simpleListOfStrings:String] }
Is it possible to get all domains where the property 'simpleListOfStrings' includes the string 'testString' using a criteria query?
Regards,
Martin
|