| Package | Description |
|---|---|
| org.apache.cayenne.lifecycle.audit |
| Modifier and Type | Method and Description |
|---|---|
static AuditableOperation |
AuditableOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditableOperation[] |
AuditableOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditableProcessor.audit(Object object,
AuditableOperation operation)
A method called by
AuditableFilter that should audit records as appropriate
in a given application. |
Copyright © 2001–2014 Apache Cayenne. All rights reserved.