
|
If you were logged in you would be able to see more operations.
|
|
|
|
Currently the JPA EMF/EM have links to JDOPersistenceManagerFactory/JDOPersistenceManager. This means that currently we have to have datanucleus-api-jpa dependent on datanucleus-api-jdo.
If we instead just create a NucleusContext internally then the dependency on JDOPersistenceManagerFactory is removed, and also create a stubbed JPAPersistenceManager to satisfy the requirements of using the JDO enhancement contract. Thereafter we remove the linkage
|
|
Description
|
Currently the JPA EMF/EM have links to JDOPersistenceManagerFactory/JDOPersistenceManager. This means that currently we have to have datanucleus-api-jpa dependent on datanucleus-api-jdo.
If we instead just create a NucleusContext internally then the dependency on JDOPersistenceManagerFactory is removed, and also create a stubbed JPAPersistenceManager to satisfy the requirements of using the JDO enhancement contract. Thereafter we remove the linkage |
Show » |
Sort Order:
|