Relational In Grails

[Solved] Relational In Grails | Groovy - Code Explorer | yomemimo.com
Question : relational in grails

Answered by : silly-sandpiper-8ny2trv4zjg8

 //One-to-many class Author { static hasMany = [books: Book] String name
}
///Other domain
class Book { String title
} 

Source : | Last Update : Thu, 18 Feb 21

Answers related to relational in grails

Code Explorer Popular Question For Groovy