Joined: Fri Jul 03, 2015 12:36 pm Posts: 1
|
Hi, I wonder if it is possible to run any query right after Envers has done its work while I need to do some additional data processing. Despite Envers is triggered by committing transaction I would like to process generated data in the same transaction to avoid data inconsistency.
After searching I know only that it is by design that Envers works that way and i.e. flushing has no effect. The only solution that comes to my mind is database trigger. I would preffer in app solution if possible.
Thanks for any answer in advance.
|
|