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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -