Package | Description |
---|---|
org.apache.openjpa.audit | |
org.apache.openjpa.conf |
OpenJPA Configuration
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
Modifier and Type | Class and Description |
---|---|
class |
AuditLogger
A default auditor that simply prints the audited instances.
|
Modifier and Type | Method and Description |
---|---|
Auditor |
OpenJPAConfiguration.getAuditorInstance()
Gets the singular instance of
Auditor associated with this configuration. |
Auditor |
OpenJPAConfigurationImpl.getAuditorInstance() |
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAConfiguration.setAuditorInstance(Auditor auditor)
Sets the singular instance of
Auditor associated with this configuration. |
void |
OpenJPAConfigurationImpl.setAuditorInstance(Auditor auditor) |
Modifier and Type | Method and Description |
---|---|
Auditor |
AuditManager.getAuditor() |
Constructor and Description |
---|
AuditManager(Auditor auditor) |
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.