Cleanest way to log who updated what in CF-ORM / Hibernate?

Posted by Henry on Stack Overflow See other posts from Stack Overflow or by Henry
Published on 2010-02-19T03:14:26Z Indexed on 2010/03/09 1:36 UTC
Read the original article Hit count: 349

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.

© Stack Overflow or respective owner

Related posts about coldfusion

Related posts about cf-orm