gorm « Field « JPA Q&A





1. Grails: field access with GORM    stackoverflow.com

Hibernate 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.com

In 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 ...