이 콘텐츠는 선택한 언어로 제공되지 않습니다.
1.5. Envers
1.5.1. About Hibernate Envers 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Hibernate Envers is an auditing and versioning system, providing the JBoss Enterprise Web Server with a means to track historical changes to persistent classes. Audit tables are created for entities annotated with
@Audited, which store the history of changes made to the entity. The data can then be retrieved and queried.
Envers allows developers to:
- audit all mappings defined by the JPA specification,
- audit all hibernate mappings that extend the JPA specification,
- audit entities mapped by or using the native Hibernate API
- log data for each revision using a revision entity, and
- query historical data.