#spring-data-jpa
Read more stories on Hashnode
Articles with this tag
In the previous article[Part-1], I've talked about the entities and JPA specification and its implementation with hibernate and some necessary...
JPA(Jakarta Persistence API) lets us map objects to a relational database. Formerly it was known as Java Persistence API. JPA is a specification of...
CRUD stands for (create, read, update and delete). Today I'm going to build a backend application using spring boot. I will use rest API, Spring Data...