Based on the now removed functions available in `Ecto.Model`.
Provides optional callbacks: `after_insert/1`, `after_update/1`, `after_get/1` and `after_delete/1` which execute following `Ecto.Repo` callbacks for your `Ecto.Schema` modules to simplify using virtual fields and more!