1. How to implement an Audit Interceptor using iBATIS? stackoverflow.comI 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, ... |