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
-
Element Details
-
name
String nameThe name of the history table. Defaults to the name of the main table holding currently effective data, with the suffix_history.- Default:
""
-