Archive for June, 2008

Your Grails domain class has more properties than you think!

Tuesday, June 10th, 2008

But you probably already knew that - things like 'id', 'version' and 'log' properties are added to every Grails domain class by the framework and are pretty obvious.  But there are a few more that might not be so familiar. Take a look at this domain class: class Book { ...