Maheshwar Ligadefortechwastitechwasti.com·Dec 2, 2024Understanding Repositories in Spring Data JPA!Spring Data JPA provides several repository interfaces to facilitate data persistence and retrieval. These interfaces extend each other to build upon functionality, starting from basic CRUD operations to more advanced capabilities like pagination and...DiscussSpring BootSpringboot
Nitish Srinivasanitishs.hashnode.dev·Oct 16, 2024REST APIs and JPAREST APIS REST → Representational State Transfer API → Application Programming Interfaces Http Verb: GET → To just get the data from a server and look at it PUT → To modify the data POST → To create new data DELETE → To delete data ORM ORM → Object R...Discuss#SpringDataJPA