1. Grails: field access with GORM stackoverflow.comHibernate uses method calls to get the values of domain class properties by default. How can I configure direct field access with GORM? |
2. How to ignore field on domain object when using GORM save method stackoverflow.comIn my application I have a User domain object that has a handful of fields in it including a password field. The password field is an encrypted String using JASYPT. For ... |