3 Replies Latest reply on Oct 4, 2013 6:19 AM by varun14

    How to audit a table data which has add/update/delete operations inside a stored procedure.

    varun14

      Hi All,

       

       

      I am using Hibernate 4.1.9 final version.I have used evers to audit my data.It is working as expected.But the entity that I am auditing has insert/update/delete operations through stored procedures.

       

      Can anyone tell me is there possiblity to keep track of data even if it is being modified through stored procedures.Also I thought of Triggers to manage this but again the question of synchronisation arises in real time when we try to generate the unique id for 'revinfo' table.

       

      Thanks in advance.