Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check-in : Bug 232063 - Relationships between JPA 2.0 Cachable(false) and Cachable(true) Entities should be supported

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

Allows for referencing isolated data from shared data.
Allows Entity class to be marked as protected isolation so that queries returning shared data results that are not returning shared cache instances

More check-ins to come to cover off on JavaDoc updates and extensive testing.
--Gordon


Back to the top