| [news.eclipse.rt.eclipselink] Re: Dynamic fetch plan with navigations |
James, thank you for this hint.
JPQL: "Select e from Employee e" Hint: "eclipselink.join-fetch"="e.manager.phoneNumbers"
I think an option to force instantiation would be useful without requiring joining (such as using batch reading), so feel free to add an enhancement request. You can also add one for nested fetch groups if you wish.
-- Frank