Package | Description |
---|---|
org.apache.openjpa.audit |
OpenJPA Audit Facility
Audit facility for OpenJPA.
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
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–2020 Apache Software Foundation. All rights reserved.