sql server - Monitor changes to a database in Spring -


i've built spring-roo application manage tables in database(sql server). application complete 1 of requirements admin users (within application) able view changes made database. i'm using hibernate dao. don't know start this. appreciated. in advance.

you can use audit tables , enable access admin users or implement role based access in application.

auditing
role-based access control (rbac)


Comments