I have the domain classes:
class Child { static hasMany = [ toys : Toy ] String name Set toys } class Toy { ...