Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Java EE 7 First Look

You're reading from   Java EE 7 First Look Discover the new features of Java EE 7 and learn to put them together to build a large-scale application

Arrow left icon
Product type Paperback
Published in Nov 2013
Publisher Packt
ISBN-13 9781849699235
Length 188 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Armel Fabrice NDJOBO Armel Fabrice NDJOBO
Author Profile Icon Armel Fabrice NDJOBO
Armel Fabrice NDJOBO
Arrow right icon
View More author details
Toc

Java Persistence API 2.1


The Java Persistence API 2.1 Specification was developed under JSR-338. This section just gives you an overview of the improvements in the API. The complete document specification (for more information) can be downloaded from http://jcp.org/aboutJava/communityprocess/final/jsr338/index.html.

JPA (Java Persistence API)

JPA (Java Persistence API) is a Java specification that aims to define the standard features of ORMs (Object-Relational Mappings). However, JPA is not a product but a set of interfaces that require implementations. The most well-known implementations are as follows: Hibernate, Toplink, OpenJPA, and EclipseLink, which is the reference implementation.

Briefly, we can say that an ORM is an API used to establish a correspondence between the object model and a relational database. It gives you the ability to handle the data of your database as if they were objects, without too much worry about the physical schema.

JPA in action

JPA is based on the concept of...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image