JPA/Eclipselink

The JPA/EclipseLink object store enables domain objects to be persisted to relational databases. The object store is implemented using the EclipseLink ORM, using the JPA API. EclipseLink is the reference implementation for JPA.

This component guide discuss how to setup the framework to use the JPA/EclipseLink object store, how to configure the ORM, and also provides some examples on common use cases.