Join Unrelated Entities and Map the Result to POJO with Spring Data JPA and Hibernate

Introduction In the previous article, we have seen how to call a stored procedure and map the native query result to POJO with Hibernate In this article, we're going to…

Continue ReadingJoin Unrelated Entities and Map the Result to POJO with Spring Data JPA and Hibernate

How to Build Spring Boot 2.X RESTful CRUD API with Spring Data JPA, Hibernate, Lombok, and MySQL Database in 7 Simple Steps

  • Post author:
  • Post category:Spring Boot
  • Post comments:0 Comments
  • Post last modified:December 13, 2020

In the previous article we have implemented a REST API without using Spring Boot. In this article we are gonna implement RESTful services using Spring Boot in 7 simple steps.…

Continue ReadingHow to Build Spring Boot 2.X RESTful CRUD API with Spring Data JPA, Hibernate, Lombok, and MySQL Database in 7 Simple Steps