| [eclipselink-dev] Please review patch fixing Bug 283767 - Provide reasonable hook to extends EntityManagerImpl |
|
Please review patch fixing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=283767 Patch allow to do: public class CustomRepeatableWriteUnitOfWork extends
RepeatableWriteUnitOfWork ... Then EntityManagerImpl.concreteClassRepeatableWriteUnitOfWork = CustomRepeatableWriteUnitOfWork.class; Or extends EntityManagerImpl and override: protected RepeatableWriteUnitOfWork getNewInstanceUnitOfWork(
AbstractSession abstractSession) { |