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 TypeMethodDescriptionvoid
AuditLogger.audit
(Broker broker, Collection<Audited> newObjects, Collection<Audited> updates, Collection<Audited> deletes) void
Auditor.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.