'Native Queries and Audit table
I'm working with a spring project. It uses Hibernate Envers for entity auditing and Flyway for db migration. For instance If I insert values into entity that is tracked by Envers using flyway scripts (i.e native queries) does the change gets added to audit table for that entity? or should I add separate query for audit table insertion?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
