Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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) {

 


Back to the top