1. Efficiently retrieve objects with one to many references in Grails using GORM stackoverflow.comI'm trying to determine how to find/retrieve/load objects efficiently in terms of a.) minimizing calls to database and b.) keeping the code as elegant/simple as possible (i.e. not writing hql etc.). ... |
2. Using lazy property fetching in Grails / Gorm stackoverflow.comis there any way to use lazy property fetching in Grails / Gorm ?
somtehing like: |