Annotation Interface Audited.Excluded

Enclosing class:
Audited

@Documented @Target({FIELD,METHOD}) @Retention(RUNTIME) public static @interface Audited.Excluded
Excludes the annotated attribute from auditing. Updates to an excluded attribute modify the current row directly without creating a new revision of the entity instance. The audit log table does not contain columns mapped by excluded attributes.
Since:
7.4