Interface UpdatableEntity

    • Method Detail

      • isUpdated

        boolean isUpdated()
        Flag signalizing that any of the setters has been meaningfully used.
        Returns:
      • clearUpdatedFlag

        default void clearUpdatedFlag()
        An optional operation clearing the updated flag. Right after using this method, the isUpdated() would return false.