Erik Bengtson schrieb:
An alternative is making jdoNewInstance static, which would mean, no more calls
to JDOImplHelper. That would definitily solve all issues related to it.
That would mean that the implementation needs reflection to call different static jdoNewInstance() on different PersistenceCapable classes. Static methods cannot be inherited and overriden in Java (unfortunately, if you ask me).

Not a problem maybe?

Reply via email to