Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Checked in Bug 337319 - PERF: valueFromPKList should bulk read related entities

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

Fix allows valueFromPKList to bulk load from the cache and from the database using "IN" keyword.
Previously this functionality would load each Entity individually.

Tested with JPA LRG, and Foundation LRG
Reviewed by James Sutherland


Back to the top