Top "Audit-tables" questions

@CreatedDate annotation does not work with mysql

I am new to spring and I am confused how @CreatedDate annotation works in an entity. I did a google …

java mysql spring-boot spring-data-jpa audit-tables
"audit create session by session" vs. "audit create session by access"?

When I enabling auditing for create session by the following way: audit create session by session; Then I am querying …

oracle audit auditing audit-tables
Data change history with audit tables: Grouping changes

Lets say I want to store users and groups in a MySQL database. They have a relation n:m. To …

mysql triggers audit-tables
How to delete entries from my audit table?

I am currently working with Hibernate Envers. How to delete entries in the audit table related to the entity I …

hibernate hibernate-envers audit-tables