Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
12.7.5. Configuration
12.7.5.1. Configure Envers Parameters Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
JBoss EAP 6 uses entity auditing, through Hibernate Envers, to track the historical changes of a persistent class. This topic covers configuring the available Envers parameters.
Procedure 12.9. Configure Envers Parameters
- Open the
persistence.xml
file for the application. - Add, remove or configure Envers properties as required. For a list of available properties, refer to Section 12.7.5.4, “Envers Configuration Properties”.
Example 12.32. Example Envers Parameters
- Result
- Auditing has been configured for all JPA entities in the application.