Rishi Tyagi wrote:I would like to start study on JPA /Object Relational Mapping, I use Netbeans 8.0 as IDE, Is there some good tutorial available online to start with?
I really like the
Java Persistence API WikiBook. When I'm having an issue with JPA, JPQL, or something related it's the first resource I'll check to find a solution. It's really an excellent resource (in my humble opinion)! It's not a step-by-step tutorial, but you'll find everything required in this wiki book: from basic entity mappings to complex JPQL queries.
If you are looking for a step-by-step tutorial, I would definitely have a look at the
Hibernate Getting Started Guide.
Hope it helps!
Kind regards,
Roel