Uses of Interface
org.apache.openjpa.audit.Auditor

Packages that use Auditor
org.apache.openjpa.audit OpenJPA Audit Facility 
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
 

Uses of Auditor in org.apache.openjpa.audit
 

Classes in org.apache.openjpa.audit that implement Auditor
 class AuditLogger
          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 Auditor
 Auditor OpenJPAConfiguration.getAuditorInstance()
          Gets the singular instance of Auditor associated with this configuration.
 Auditor OpenJPAConfigurationImpl.getAuditorInstance()
           
 

Methods in org.apache.openjpa.conf with parameters of type Auditor
 void OpenJPAConfiguration.setAuditorInstance(Auditor auditor)
          Sets the singular instance of Auditor 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 Auditor
 Auditor AuditManager.getAuditor()
           
 

Constructors in org.apache.openjpa.kernel with parameters of type Auditor
AuditManager(Auditor auditor)
           
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.