Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Cascade Deletes bug 221389

Looks good from the point of view of Map Mappings. 'Just a couple of other comments which you may already have addressed.

- UOWChangeSet has a System.out.println on line 115
- UOWImpl has a couple of commented out lines 3702 and 3704
- UOWImple setDeletedObjects() needs a comment to say why you are doing: System.currentTimeMillis()


Gordon Yorke wrote:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=221389

Please see bug for details but this potential patch resolves issues with cascade deletion across join tables with enhancements for Private Ownership. Tom Ware, Andrei Illitchev please take a look at the changes to your newly added relationship mappings.
--Gordon
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top