is there a way to filter any gorm query like the Hibernate Filter Plugin (http://grails.org/plugin/hibernate-filter) does but on an easier way without a plugin?
What I need: On every query concerning a concrete model, gorm should check an enabled-attribute. If it's fales gorm should not return it.
Thank you for you help.