org.apache.openjpa.audit
Annotation Type Auditable


@Target(value=TYPE)
@Retention(value=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

Optional Element Summary
 AuditableOperation[] values
           
 

values

public abstract AuditableOperation[] values
Default:
org.apache.openjpa.audit.AuditableOperation.ALL


Copyright © 2006–2013 Apache Software Foundation. All rights reserved.