gorm - Is it possible to configure Grails to never change a domain object unless .save() is called? -


is possible configure grails changes domain objects never persisted unless .save() explicitly called?

i'm aware of .read(), i'm looking general solution disable dirty-checking globally.

i don't think there's perfect solution question. referring this issue discussion, disabling dirty-checking impossible without interfering hibernate basic workings. personally, don't think worth risks.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -