Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
grails では addToPages 関数を使って本にページを追加できます。たとえば、web に多くのページを持つクラス Book がある場合、次のように記述できます。
book.addToPages(page)
しかし、本からページを削除するにはどうすればよいでしょうか?
removeFrom- http://grails.org/doc/latest/ref/Domain%20Classes/removeFrom.htmlを参照
removeFrom