Annotation Interface Temporal.HistoryTable

Enclosing class:
Temporal

@Documented @Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) public static @interface Temporal.HistoryTable
Specifies the name of the separate history table for a temporal entity or collection when the history table strategy is used.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the history table.
  • Element Details

    • name

      String name
      The name of the history table. Defaults to the name of the main table holding currently effective data, with the suffix _history.
      Default:
      ""