I had a wild idea, if there would be a way we can automatically log before and after while doing a repository layer function. Like before update the entity was like this and after update entity is like this. I would want some generic for all repository classes in my application and not write explicitly for every repository class. Is this possible in spring boot ?