I was just thinking that all @Field could have an attribute dirtyAware attribute that would default to the default dirty strategy but could be replaced by a custom implementation. I also note HHH-3910 in this respect. A Dirty Aware class could be supplied with the entire object as a reference and return a boolean for the field for being dirty or not
I was just thinking that all @Field could have an attribute dirtyAware attribute that would default to the default dirty strategy but could be replaced by a custom implementation. I also note
HHH-3910in this respect. A Dirty Aware class could be supplied with the entire object as a reference and return a boolean for the field for being dirty or not