I want to connect Hibernate Envers to an existing database. And of course, there is already important business data that we would like to add to the audit. Are there any “right” ways to do this? Maybe some proven option
And is there also an answer to the question of what to do if the data is not added via Hibernate? The data will be in the database, but it will not be recorded in the Envers tables. What can you recommend to do in this case?
And on top of everything else, there is no way to create a revision of the entity yourself.
Already discussed here: #hibernate-user > Envers using in exist db.