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
  • Element Details

    • secondaryTableName

      String secondaryTableName
      The name of the secondary table being overridden.
    • secondaryAuditTableName

      String secondaryAuditTableName
      The custom audit table name for this secondary table.