Interface AuditComponent


public interface AuditComponent
Data component that can be attached to an Entity that represents information about when an entity was last modified and by whom.
  • Method Details

    • getLastModified

      Date getLastModified()
    • getLastModifiedBy

      String getLastModifiedBy()