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

< EclipseLink‎ | Development‎ | JPA 2.0
Revision as of 10:33, 24 October 2008 by Gordon.yorke.oracle.com (Talk | contribs) (New page: = JPQL nested fetch join = JPA 2.0 Root | [http://bugs.eclipse.org/252008 Enhancement Request] ==Issue Summary== JPA 2.0 has introduced JPQL syntax ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JPQL nested fetch join

JPA 2.0 Root | Enhancement Request

Issue Summary

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