Tagged Questions
3
votes
1answer
2k views
How can I merge / extend persistence units from different JARs?
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 a persistence ...
0
votes
2answers
258 views
use of EntityManagerFactory causing duplicate primary key exceptions
Hey guys, my goal is create an EntityManager using properties dependent on which database is in use. I've seen something like this done in all my Google searches(I made the code more basic for the ...