Spring Data R2DBC Entity Callback
Overview: In this tutorial, I would like to show you how we could use Spring Data R2DBC Entity Callback to register a set of hooks which allows us to invoke certain methods behind the scenes when working with Entity objects. I assume you are already familiar with R2DBC. If not, check the below article for more […]