Search:

Type: Posts; User: RudyardKipling; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,260

    Thanks a lot

    Thanks a lot
  2. Replies
    2
    Views
    1,260

    Indexed list in domain class

    I have two domain model classes:
    class Race {
    List registrations
    static hasMany = [registrations: Registration]
    }

    class Registration {
    static belongsTo = [race: Race]
    }
Results 1 to 2 of 2