You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to know in SDN 6 what operation triggered BeforeBindCallback?
I'd like to implement auditing feature like it's done in this guide but they use JPA (https://www.baeldung.com/database-auditing-jpa). I need to record all executed operations (create/update/delete) for auditing purposes, either inside our neo4j db or in a dedicated SQL db.
In the documentation the example shows that only the object is returned. It'd be nice to be able to infer which operation type has been executed so we can have more control over them
Thanks
The text was updated successfully, but these errors were encountered:
Is it possible to know in SDN 6 what operation triggered BeforeBindCallback?
I'd like to implement auditing feature like it's done in this guide but they use JPA (https://www.baeldung.com/database-auditing-jpa). I need to record all executed operations (create/update/delete) for auditing purposes, either inside our neo4j db or in a dedicated SQL db.
In the documentation the example shows that only the object is returned. It'd be nice to be able to infer which operation type has been executed so we can have more control over them
Thanks
The text was updated successfully, but these errors were encountered: