Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/JPA 2.0/nested fetch join

JPQL nested fetch join

JPA 2.0 Root | Enhancement Request

Issue Summary

This feature is in flux in the specification. Definition of the feature will be delayed.

JPA 2.0 has introduced JPQL syntax to allow nested fetch joins across single valued fields

See JPA 2.0 section 4.4.5 for details.

General Solution

Should be simple update to parser. EclipseLink already includes this functionality

Work Required

  1. Develop model for testing
    approx 1 day
  2. Update Processing
    approx 2 days

Back to the top