ibatis « Interceptor « JPA Q&A





1. How to implement an Audit Interceptor using iBATIS?    stackoverflow.com

I want to log all changes in my database for auditing purposes, using a table called AuditEvent that stores the modified row ID (primary key), table name, column name, previous value, ...