
27
May, 14
Grails GORM configuration options: failOnError and flush
save() method of domain class accepts two parameters failOnError and flush (both of these parameters are optional). failOnError when it is set to true then save() method will throw ValidationException when validation fails during save. flush when it is set to true...
Recent Comments