Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 259404: Migration barrier : postClone not fired for IsolatedClientSession

SVN Checkin: Bug#259404- Migration barrier : postClone not fired for IsolatedClientSession

https://bugs.eclipse.org/bugs/show_bug.cgi?id=259404

Changes: 
- postClone event triggered when an object is built directly in the Uow
- JPA postLoad doesn't use EclipseLink's postBuild events, and is only triggered
  with EclipseLink postRefresh and postClone events.

Code reviewed by Gordon and James


Back to the top