[b]Hibernate version:[/b]
Hibernate 3.0.
I am using HistoryInterceptor for AuditLogging in my Application and it looks pretty good while considering the Create,Update and Delete operations.I would like to know whether there is some implementation to make the HistoryInterceptor account for 'Select' or 'Query' operations too. I tried with the select operations and it seems only the
afterTransactionCompletion(Transaction arg0)
is getting called everytime when we are searching in the database and no other functions in the HistoryInterceptor is invoked.
Thanks in advance for any suggestions,advices
Regards,
Jayakrishnan C.
|