Package org.apache.openjpa.audit
Annotation Type Auditable
-
@Target(TYPE) @Retention(RUNTIME) public @interface Auditable
Annotates a persistent type foraudit
.
A type can be audited for specificoperations
. By default, this annotation enables all operations.- Since:
- 2.2.0
- Author:
- Pinaki Poddar
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description AuditableOperation[]
values
-
-
-
Element Detail
-
values
AuditableOperation[] values
- Default:
- {org.apache.openjpa.audit.AuditableOperation.ALL}
-
-