Cleanest way to log who updated what in CF-ORM / Hibernate?
- by Henry
One of the requirements of my project is to log who (which Staff) updated what (from what version to what version). UI needs to show who updated entity X at what time and what are updated.
What is the cleanest way to implement this?
For discussion purpose, imagine... Account has a Contact, and I need to store who update the contact, when, and what's updated.