JPA Tutorial
Delve into the new world of JPA with this compact guide that discusses the latest framework features! The Java Persistence API (JPA) is a vendor independent sp...
Document Specifications
Executive Abstract
The Java Persistence API (JPA) is a vendor independent specification for mapping Java objects to the tables of relational databases. Implementations of this specification allow application developers to abstract from the specific database product they are working with and allow them to implement CRUD (create, read, update and delete) operations such that the same code works on different database products. These frameworks do not only handle the code that interacts with the database (the JDBC code) but also map the data to object structures used by the application.
This is a standalone, reference guide to provide a framework on how to work with JPA and help you quickly kick-start your JPA applications!
With this free Guide you will also receive weekly news, tips and special offers delivered to your inbox courtesy of Java Code Geeks.
Unlock This Insight
Complete this form for instant access to this report and 1,500+ others.
Stay Ahead of the Curve
Subscribe to our newsletter to receive the latest industry whitepapers, research, and insights straight to your inbox.
Never Miss Valuable IT Insights
Receive industry-specific whitepapers, research briefs, and corporate literature directly in your inbox.