Class Auditable

java.lang.Object
com.aceelv.utilsmongodb.auditable.Auditable
All Implemented Interfaces:
Serializable

public abstract class Auditable extends Object implements Serializable
See Also:
  • Constructor Details

    • Auditable

      public Auditable()
  • Method Details

    • softDelete

      public void softDelete(String deletedBy)
      Marks the entity as logically deleted
      Parameters:
      deletedBy - String of the user performing the deletion