Outer joins and domain classes
When working with GORM domain classes and using DetachedCriteria (for example the ‘where’ method on domain classes), you will notice at some point that all joins will be inner joins! If the database setup requires an outer (left) join, then the default GORM api has no way to specify this, so you will need a workaround. This workaround works by … Lees verder Outer joins and domain classes