
|
If you were logged in you would be able to see more operations.
|
|
|
|
Currently DataNucleus enhances all classes to implement javax.jdo.spi.PersistenceCapable. This means that DataNucleus used as a JPA implementation has a dependency on JDO (jdo-api.jar). We could avoid this by enhancing specifically for JPA. The downside is that the user would have to have DataNucleus wherever they are using enhanced classes (rather than just jdo-api.jar)
|
|
Description
|
Currently DataNucleus enhances all classes to implement javax.jdo.spi.PersistenceCapable. This means that DataNucleus used as a JPA implementation has a dependency on JDO (jdo-api.jar). We could avoid this by enhancing specifically for JPA. The downside is that the user would have to have DataNucleus wherever they are using enhanced classes (rather than just jdo-api.jar) |
Show » |
Sort Order:
| There are no comments yet on this issue.
|
|