Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auditing table #309

Open
aluismarte opened this issue May 18, 2018 · 5 comments
Open

Auditing table #309

aluismarte opened this issue May 18, 2018 · 5 comments

Comments

@aluismarte
Copy link

Exposed is a fantastic ORM, but need something like ENVERS, is someone working on?

@Tapac
Copy link
Contributor

Tapac commented Aug 26, 2018

Did you talk about http://hibernate.org/orm/envers/ ?

@aluismarte
Copy link
Author

Yes

@dsidharta
Copy link

dsidharta commented Feb 18, 2022

@aluismarte: Were you able to find a solution to your auditing needs?

Another way that I thought would make auditing possible is if a copy of writeValues (here) is made available to registerChange() (here). That way, we can listen to the EntityChangeType.Updated event (example here) and store an audit record accordingly. Currently writeValues is cleared by the time the subscriber's hook gets executed for that event.

Any thoughts from the contributors on how to create an audit record using Exposed? If nothing else, I can use DB triggers.

@patryksz
Copy link

patryksz commented Jul 6, 2022

Bumping, any updates? Do we have an official way of auditing the tables?

@maricarmello
Copy link

Another bump, any official way? If not, any suggestions on how to go about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants