Package | Description |
---|---|
org.apache.openjpa.audit |
OpenJPA Audit Facility
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
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 |
---|---|
AuditableOperation |
Audited.getType()
Gets the type of this audit.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AuditManager.isAuditable(AuditableOperation op,
StateManagerImpl sm)
Affirms if the given state manager is auditable for the given operation.
|
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.