Spring Data JPA Tutorial
Connect to us ( @twitter | @facebook )Persistence API (JPA) provides POJO (Plain Old Java Object) standard and object relational mapping (OR mapping) for data persistence among applications....
View ArticleSpring Roo + Spring Data JPA Repositories + Eclipse Integration
Connect to us ( @twitter | @facebook )Spring Roo is a rapid application development tool for Java developers. With Roo, you can easily build full Java applications in minutes. This tutorial isn’t...
View ArticlePrimeFaces + Spring Roo + Spring Data JPA Integration Example
Connect to us ( @twitter | @facebook )This tutorial presents how to develop a web application using PrimeFaces using Spring ROO and Spring Data JPA. In our previous tutorials we have explained each...
View ArticleSpring Data JPA : Custom Repository / Query Methods Example
Connect to us ( @twitter | @facebook ) In this tutorial i am going to explain how to use query methods and custom repository implementation in Spring Data JPA framework. I have used Primfaces and JSF...
View ArticleSpring Data JPA Tutorial using Spring Boot
Connect to us ( @twitter | @facebook ) This tutorial guides you through on building simple REST APIs using Spring Data JPA and Spring Boot. At the end of this tutorial, you would be able to write the...
View Article@Query Annotation in Spring Data JPA
Connect to us ( @twitter | @facebook ) In my previous post on Spring Data, I have explained the basic concepts and configurations for Spring Data JPA. In this tutorial, I am going to explain @Query...
View ArticleUsing @NamedQuery in Spring Data JPA
Connect to us ( @twitter | @facebook ) In my previous article I have explained about how to use @Query annotation for writing the custom queries for Spring Data JPA applications. In this post, I will...
View Article