How-To Geek

Research Library

The top resource for free research, white papers, reports, case studies, magazines, and eBooks.

Share Your Content with Us
on TradePub.com for readers like you. LEARN MORE
JPA Tutorial

Request Your Free Guide Now:

"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 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.


Offered Free by: Java Code Geeks
See All Resources from: Java Code Geeks

Recommended for Professionals Like You: