@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface AuditOverride
AuditingOverride annotation is used to override the auditing
behavior of a field (or property) inside an embedded component.Embedded,
Embeddable,
MappedSuperclass,
AssociationOverride,
AuditJoinTable| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
AuditJoinTable |
auditJoinTable |
boolean |
isAudited |
public abstract String name
public abstract boolean isAudited
true.public abstract AuditJoinTable auditJoinTable
AuditJoinTable used for this field (or property). Its value
is ignored if isAudited() equals to false.Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved