Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit c988e4a

Browse files
1 parent ec86e76 commit c988e4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • sormas-backend/src/main/java/de/symeda/sormas/backend/common

sormas-backend/src/main/java/de/symeda/sormas/backend/common/CoreAdo.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
import javax.persistence.Column;
44
import javax.persistence.MappedSuperclass;
55

6+
import de.symeda.auditlog.api.Audited;
7+
68
/**
79
* An extension of the {@link AbstractDomainObject} that defines core data that is essential to the system.
810
* The integral definition of core data is that it may not be deleted from the system, e.g. because it is
911
* relevant for external systems that share data with or use data from SORMAS.
1012
*/
1113
@MappedSuperclass
14+
@Audited
1215
public abstract class CoreAdo extends AbstractDomainObject {
1316

1417
private static final long serialVersionUID = 6512756286608581221L;

0 commit comments

Comments
 (0)