[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: Dynamic fetch plan with navigations

Cascaded 1-m fetch joins are supported, but generally not a good idea because of the extent of the data duplication. In general I would recommend batch reading over fetch joining, there is also a hint for it.

What SQL did you get from using the hint?

-- James