In my spring-boot application (using hibernate), for simple CRUD on entities I have a generic DAO implementation with create, update, read, delete methods. My question is sp