DeletedCapable

interface DeletedCapable

Interface for entities that can be marked as deleted (soft deletion).

This interface provides a standard way to track whether an entity has been logically deleted without actually removing it from the data store. Soft deletion allows for audit trails and potential recovery of deleted data.

Inheritors

Properties

Link copied to clipboard
abstract val deleted: Boolean

Indicates whether the entity has been marked as deleted.