public interface AuditableProcessor
Auditable
annotation, that provides basic needed callbacks.| Modifier and Type | Method and Description |
|---|---|
void |
audit(Persistent object,
AuditableOperation operation)
A method called by
AuditableFilter that should audit records as
appropriate in a given application. |
void audit(Persistent object, AuditableOperation operation)
AuditableFilter that should audit records as
appropriate in a given application. Implementors may insert audit records
in DB, log a message, etc.object - the root auditable object. This is an object that is either
annotated with Auditable or pointed to by another
object annotated with AuditableChild.operation - a type of object change.Copyright © 2001–2015 Apache Cayenne. All rights reserved.