SEARCH BY

All

  • All
  • Java8
  • Spring

Spring data JPA CRUD examples

Post a Comment
We have seen some examples with JDBCTemplate to deal CRUD operations on database. But in this article we are going to deep into Spring Data JPA. Spring Data JPA maps the database table with java object( this process called as mapping data with data model class). For example if there a student table in database then we must create Java  Class generally called as Entity class or domain model class Student.java which maps with the database table student.
jaya
I love software designing, coding, writing and teaching...

Share this article

Related Posts

Post a Comment

Place your code in <em> </em> tags to send in comments | Do not add hyper links in commnet

Close

Subscribe our newsletter for the latest articles directly into your email inbox