Hi,

I have Domain class with hasMany relationship.

class1{
hasMany[class2:class2]
}
class2{
Class3 class3
belongsTo[class1:class1]
}

I am building criteria for class1

I have so many repeated values for class 2 and I am checking some value from Class3 to build criteria

Please help.

Thanks & Regards,
Rohit