Understanding JPA, Part 1: The object-oriented paradigm of data persistence

By roosevelt @ Jan 22, 2008 01:59 AM 0 comments

Java Persistence API, or JPA, is a standard persistence API introduced as part of the Java EE 5 platform.

In this article, you will see how elegantly data persistence can be handled in an object-oriented manner just with the help of JPA annotations. The article is intended for readers new to JPA who understand the basic concepts of relational database management systems and are familiar with Java 5 annotations. [JavaWorld]

 Comments displayed in Thread View, change to Flat view

Post Your Comment