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.audit
Classes in org.apache.openjpa.audit that implement Auditor Modifier and Type Class Description 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 Modifier and Type Method Description Auditor
OpenJPAConfiguration. getAuditorInstance()
Gets the singular instance ofAuditor
associated with this configuration.Auditor
OpenJPAConfigurationImpl. getAuditorInstance()
Methods in org.apache.openjpa.conf with parameters of type Auditor Modifier and Type Method Description void
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 Auditor Modifier and Type Method Description Auditor
AuditManager. getAuditor()
Constructors in org.apache.openjpa.kernel with parameters of type Auditor Constructor Description AuditManager(Auditor auditor)
-