Showing posts with label javaee. Show all posts
Showing posts with label javaee. Show all posts

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.