Uses of Interface
org.apache.openjpa.audit.Auditor
- 
Packages that use Auditor Package Description org.apache.openjpa.audit OpenJPA Audit Facilityorg.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.kernel OpenJPA Runtime Kernel
- 
- 
Uses of Auditor in org.apache.openjpa.auditClasses in org.apache.openjpa.audit that implement Auditor Modifier and Type Class Description classAuditLoggerA default auditor that simply prints the audited instances.
- 
Uses of Auditor in org.apache.openjpa.confMethods in org.apache.openjpa.conf that return Auditor Modifier and Type Method Description AuditorOpenJPAConfiguration. getAuditorInstance()Gets the singular instance ofAuditorassociated with this configuration.AuditorOpenJPAConfigurationImpl. getAuditorInstance()Methods in org.apache.openjpa.conf with parameters of type Auditor Modifier and Type Method Description voidOpenJPAConfiguration. setAuditorInstance(Auditor auditor)Sets the singular instance ofAuditorassociated with this configuration.voidOpenJPAConfigurationImpl. setAuditorInstance(Auditor auditor)
- 
Uses of Auditor in org.apache.openjpa.kernelMethods in org.apache.openjpa.kernel that return Auditor Modifier and Type Method Description AuditorAuditManager. getAuditor()Constructors in org.apache.openjpa.kernel with parameters of type Auditor Constructor Description AuditManager(Auditor auditor)
 
-