Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 JDBI 中实现 Hibernate 的 Audit Interceptor 概念? 审计拦截器示例
Audit4j包含内置的 AOP 拦截器,通过 Spring 插件支持注释。
然而,您可以将 Hibernate 拦截器用作 Audit4j 核心的插件。Audit4j DB 插件支持将审计跟踪存储到具有不同配置选项的数据库中。