Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/Incubator/Extensions/NestedFetchGroup

< EclipseLink‎ | Development‎ | Incubator‎ | Extensions
Revision as of 14:38, 14 September 2009 by Unnamed Poltroon (Talk) (Download and Try)

Extensions incubator: NestedFetchGroup

This extension (bug 273057) allows users of currently available EclipseLink releases to leverage nested fetch groups.

What is a NestedFetchGroup?

Download and Try

This extension is being developed in the Extensions incubator @ /svnroot/rt/org.eclipse.persistence/incubator/extensions/trunk/org.eclipse.persistence.example.jpa.nested-fetchgroup/

How is the extension implemented?

Usage Restrictions

  1. Required lazy fetch relationships where fetch group nesting is used. The nested fetch group is applied to the query of the lazy relationship during a postExecuteQuery event.

Back to the top