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.
获取已审核实体列表的更好方法是什么?可以使用 REVCHANGES 表并从该表中查找所有已审计的实体,但我相信这不是最佳解决方案。
谢谢, 沃拉迪米尔
给定 Hibernate 的 Configuration 对象,您可以调用 AuditConfiguration.getFor(cfg),然后调用 EntitiesConfigurations 对象来检查实体是否被审计。
请注意,这不是官方 API。