We should provide an Entity Callback API that allows store modules to issue calls before saving/after loading with the intent to modify the entity. A typical use case for before save is auditing that updates auditing metadata.
Today, auditing and other entity mutations typically happen in place and this is a limitation when working with immutable entity types
Issue Links:
DATACASS-618 Add support for entity updates before save using EntityCallbacks
("is depended on by")
DATAMONGO-2261 Use Entity Callback API for before-save operations
("is depended on by")
DATACMNS-1231 Add infrastructure for reactive auditing
("is depended on by")
DATAJDBC-393 Use the new EntityCallback infrastructure
spring-projects-issues commentedJan 14, 2019
Mark Paluch opened DATACMNS-1467 and commented
We should provide an Entity Callback API that allows store modules to issue calls before saving/after loading with the intent to modify the entity. A typical use case for before save is auditing that updates auditing metadata.
Today, auditing and other entity mutations typically happen in place and this is a limitation when working with immutable entity types
Issue Links:
("is depended on by")
("is depended on by")
("is depended on by")
Referenced from: pull request #332
The text was updated successfully, but these errors were encountered: