Annotation Interface Temporal.Excluded

Enclosing class:
Temporal

@Documented @Target({FIELD,METHOD}) @Retention(RUNTIME) public static @interface Temporal.Excluded
Excludes the annotated attribute from temporal versioning. Updates to an excluded attribute modify the current row directly without creating a new revision of the entity instance.

For native temporal tables, this is only supported if the database itself provides a way to exclude a column from temporal versioning.