CHAPTER 4

image

Object Relational Mapping and JPA

Object Relational Mapping (ORM) is the process of mapping entity classes to underlying database tables, and using those entities to work with data, rather than direct SQL. Many developers have adopted ORM solutions over the years, and a variety of different ORM technologies have emerged due to the uptake. The Java EE platform contains the Java Persistence API (JPA), which is the standard ORM technology for Java enterprise development. Over the years, JPA has changed significantly, making development easier and opening more options to developers with each release. The latest release, JPA 2.1, is no exception, ...

Get Introducing Java EE 7: A Look at What's New 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.