Uses of Interface
org.apache.openjpa.audit.Auditor
Packages that use Auditor
Package
Description
OpenJPA Audit Facility
OpenJPA Configuration
OpenJPA Runtime Kernel
-
Uses of Auditor in org.apache.openjpa.audit
Classes in org.apache.openjpa.audit that implement AuditorModifier and TypeClassDescriptionclass
A default auditor that simply prints the audited instances. -
Uses of Auditor in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return AuditorModifier and TypeMethodDescriptionOpenJPAConfiguration.getAuditorInstance()
Gets the singular instance ofAuditor
associated with this configuration.OpenJPAConfigurationImpl.getAuditorInstance()
Methods in org.apache.openjpa.conf with parameters of type AuditorModifier 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
Methods in org.apache.openjpa.kernel that return AuditorConstructors in org.apache.openjpa.kernel with parameters of type Auditor