2
votes
1answer
244 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 …
1
vote
1answer
677 views
How to execute differnet import.sql in Hibernate/JPA for each persistence unit?
I have configured two persistence units in my JPA/Hibernate configuration. Now i need to execute different import.sql for each persistence unit. How can I specify which import.sql should be executed …
0
votes
1answer
460 views
JPA default persistence unit
I get exception "There is no default persistence unit in this deployment." can I somehow mark unit as default?(I have only one persistence unit, so Id rather not call it by name)
