Showing posts with label JPA. Show all posts
Showing posts with label JPA. Show all posts

Friday, 22 May 2015

More Respect for Object-Relational Mapping in Java through JPA

As mentioned before, JPA is important. What JPA is can be understood here.

Thursday, 7 August 2008

What is JPA?

JPA = Java Persistence API, standardises persistence and ORM in Java (integrates approaches from the Hibernate ORM library, JDO and Oracle's TopLink).

JPA is implemented in the GlassFish application server, from code contributed by Oracle.