• 13 September

    Spring MVC + Spring Data + Hibernate + MySQL example

    In this post, we are going to see integration of Spring MVC,Spring Data,hibernate and mysql CRUD example. We have already seen Spring MVC, hibernate and mysql example in previous tutorial. Spring Data JPA provides CRUD API, so you don’t have to write boiler plate code. You just need to create repository interface and spring will provide […]

  • 13 September

    Spring Data JPA example

    In this post, we are going to see about Spring data JPA. Spring data JPA provides jpaTemplate to integrate Spring and JPA. Why Spring data JPA: It is quite cumbersome to implement data access layer now a day. You need to write too much boiler plate code to even execute simple queries and you have […]