Uses of Class
org.apache.openjpa.kernel.Audited
Packages that use Audited
-
Uses of Audited in org.apache.openjpa.audit
Method parameters in org.apache.openjpa.audit with type arguments of type AuditedModifier and TypeMethodDescriptionvoidAuditLogger.audit(Broker broker, Collection<Audited> newObjects, Collection<Audited> updates, Collection<Audited> deletes) voidAuditor.audit(Broker broker, Collection<Audited> newObjects, Collection<Audited> updates, Collection<Audited> deletes) OpenJPA runtime will invoke this method with the given parameters within a transaction.