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.

Author:
Pinaki Poddar

Optional Element Summary
 AuditableOperation[] values
           
 

values

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


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.