Grails

GORM dirty checking of instance and properties

Again I am going to showcase few useful methods that GORM provides us to check whether the object is dirty or not (again from grails.org). First question could be what is a dirty object? An object is dirty if the current state of its properties does not match with its persistence values. It happens when you modify few properties of an...

by Uday Pratap Singh
Tag: retrieve persistence value of object
16-Sep-2010