Using JPA for smart data persistence

The Java Persistence API is a specification that describes an interface for managing relational databases using Java EE.

It eases data manipulation and reduces a lot of the code written for it, especially if you are used to SQL ANSI.

This recipe will show you how to use it to persist your data.

Get Java EE 8 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.