Package | Description |
---|---|
org.apache.openjpa.audit |
OpenJPA Audit Facility
Audit facility for OpenJPA.
|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
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 | 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–2020 Apache Software Foundation. All rights reserved.