@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Audited
Audited annotation wraps a Sql dao method and
create Audit and History entries as needed. Every r/w
database operation on any Entity should have this annotation.
To create a audit entries automatically for some method updateChargedThroughDate:
| Modifier and Type | Required Element and Description |
|---|---|
org.killbill.billing.util.audit.ChangeType |
value |
public abstract org.killbill.billing.util.audit.ChangeType value
Copyright © 2010-2020. All Rights Reserved.