Paul Merlin a écrit : > Another non-core approach we could use for Event Sourcing is to > implement StateChangeListeners that generate and store state diffs (with > e.g. json-patch). The same could be done for Timeseries, possibly with > property/association value granularity. This would still happen out of > UoWs though.
Well, no, not as is. We would need to add to EntityState so that it keeps both the loaded and updated states.
