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
Post a Comment