Class AuditAdvice


  • @Component
    @ParametersAreNonnullByDefault
    public class AuditAdvice
    extends Object
    Manage audit trails on objects.

    When an auditable entity is created, updated or deleted, this advice will automatically populate the audit trail with appropriate audit events before the operation occurs.

    Author:
    pavlidis, poirigui