Annotation Type Auditable


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Auditable
    Annotates a persistent type for audit.
    A type can be audited for specific operations. By default, this annotation enables all operations.
    Since:
    2.2.0
    Author:
    Pinaki Poddar
    • Element Detail

      • values

        AuditableOperation[] values
        Default:
        {org.apache.openjpa.audit.AuditableOperation.ALL}