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

Difference between revisions of "EclipseLink/Development/JPA 2.0/nested fetch join"

(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 ...)
 
(Issue Summary)
 
Line 3: Line 3:
 
[http://bugs.eclipse.org/252008 Enhancement Request]
 
[http://bugs.eclipse.org/252008 Enhancement Request]
 
==Issue Summary==
 
==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
 
JPA 2.0 has introduced JPQL syntax to allow nested fetch joins across single valued fields
  

Latest revision as of 14:14, 6 April 2009

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