Uses of Class
org.apache.openjpa.kernel.Audited
-
Packages that use Audited Package Description org.apache.openjpa.audit OpenJPA Audit Facility -
-
Uses of Audited in org.apache.openjpa.audit
Method parameters in org.apache.openjpa.audit with type arguments of type Audited Modifier and Type Method Description void
AuditLogger. audit(Broker broker, java.util.Collection<Audited> newObjects, java.util.Collection<Audited> updates, java.util.Collection<Audited> deletes)
void
Auditor. audit(Broker broker, java.util.Collection<Audited> newObjects, java.util.Collection<Audited> updates, java.util.Collection<Audited> deletes)
OpenJPA runtime will invoke this method with the given parameters within a transaction.
-