#hibernate
Read more stories on Hashnode
Articles with this tag
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...