Good morning,
Please, could you tell me if there is a way to dynamically enable/disable audited tables ?
I don't want to use annotation into entities because it require a code source modification and I want to be able to dynamically enable/disable audited table on my application UI.
Do you know if it is possible ? is there a way for disable dynamically an audited table without any code modifications ?
I think I can do it manually with injectors / event listeners but maybe with envers ?
Thanks for your helps.
Alex
I have finally resolve my problem by implementing my own envers listener and check if the table has te be audited.