Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check in: Bug 352533 - Relationship between Cacheable and Non-cacheable entity not properly retrieved from shared cache

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

Fix checked in to trunk and 2.3.1

The fix makes use of the primary key that is available in a finder to do a
cache lookup while we are registering the object.  This allows cloning to occur
when we know about the protected relationship.

Reviewed by Gordon Yorke

Test added to our Cacheable model

Tested with JPA and Core LRG


Back to the top