An entity that can be handled by the SoftDeleteRepository. Has an uuid id, a relation to all its changeSets and a flag that determines whether it is "soft deleted" or not.
The change sets of the entity.
Whether or not the entity is soft deleted.
The uuid (universal unique identifier) of the entity.
An entity that can be handled by the SoftDeleteRepository. Has an uuid id, a relation to all its changeSets and a flag that determines whether it is "soft deleted" or not.