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 voidAuditLogger. audit(Broker broker, java.util.Collection<Audited> newObjects, java.util.Collection<Audited> updates, java.util.Collection<Audited> deletes)voidAuditor. 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.
-