eclipselink « Jar « JPA Q&A





1. How can I merge / extend persistence units from different JARs?    stackoverflow.com

I use JPA persistence for my data models with Eclipselink as the persistence provider. I have a modular (OSGi) application and one of the modules contains the standard data model and ...