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

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

Methods in org.apache.openjpa.conf with parameters of type Auditor
 void OpenJPAConfigurationImpl.setAuditorInstance(Auditor auditor)
           
 void OpenJPAConfiguration.setAuditorInstance(Auditor auditor)
          Sets the singular instance of Auditor associated with this configuration.
 

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-2012 Apache Software Foundation. All Rights Reserved.