I was wondering how I could keep track of what's going on with entities, like who created the user, when, when was it last accessed ?
More than that, I would also like to know about previous changes. to keep it simple I'd like to keep track of every changes.
Is there a solution for that ?
edit :
For Hibernate : we can use Envers that seems to cover the needs