I have a domain class in grails... How do I get gorm to leave out this entity when it create the db? Just leave it alone.
4
votes
3 Answers
13
votes
9
votes
2
votes
You could use Command Objects.
http://grails.org/doc/latest/guide/single.html#commandObjects
They provide the data binding and validation of domain classes, but do not map to the database.