While working with Spring Framework, we are taking advantage of using CRUD repositories. However, some people would prefer having full control of SQL over the data. Sometimes I feel more comfortable...
We have already developed our entities and the most basic repositories in the previous posts. You can have a look here if you did not read the previous chapters. Now is...
In this post, we will go into how to design our entities for a basic project for the project we created here using Spring Data JPA. To be more precise I...
If you are here and reading this arcticle, I think you are already aware of what Spring Framework is. If not so, you can check Spring documentations here (I will write...