Annotation Interface Audited.SecondaryTable
- Enclosing class:
Audited
@Documented
@Target(TYPE)
@Retention(RUNTIME)
@Repeatable(Audited.SecondaryTables.class)
public static @interface Audited.SecondaryTable
Specifies a custom audit table name for a
@SecondaryTable.
Placed on the entity class alongside
@Audited.- Since:
- 7.4
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe custom audit table name for this secondary table.The name of the secondary table being overridden.