Uses of Interface
org.apache.openjpa.audit.Auditor
Package
Description
OpenJPA Audit Facility
OpenJPA Configuration
OpenJPA Runtime Kernel
-
Uses of Auditor in org.apache.openjpa.audit
Modifier and TypeClassDescriptionclass
A default auditor that simply prints the audited instances. -
Uses of Auditor in org.apache.openjpa.conf
Modifier and TypeMethodDescriptionOpenJPAConfiguration.getAuditorInstance()
Gets the singular instance ofAuditor
associated with this configuration.OpenJPAConfigurationImpl.getAuditorInstance()
Modifier and TypeMethodDescriptionvoid
OpenJPAConfiguration.setAuditorInstance
(Auditor auditor) Sets the singular instance ofAuditor
associated with this configuration.void
OpenJPAConfigurationImpl.setAuditorInstance
(Auditor auditor) -
Uses of Auditor in org.apache.openjpa.kernel