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

Difference between revisions of "EclipseLink/Development/JPA 2.0/collection parameters for in"

(New page: = Collection Parameter for IN() = JPA 2.0 Root | [http://bugs.eclipse.org/252038 Enhancement Request] ==Issue Summary== The specification has added ...)
 
(Issue Summary)
 
Line 6: Line 6:
  
  
See JPA 2.0 ED section 2.13 for details.
+
See JPA 2.0 ED section 4.6.4 for details.
  
 
==General Solution==
 
==General Solution==

Latest revision as of 15:19, 24 October 2008

Collection Parameter for IN()

JPA 2.0 Root | Enhancement Request

Issue Summary

The specification has added support to allow a single collection parameter for the JPQL IN() function.


See JPA 2.0 ED section 4.6.4 for details.

General Solution

This functionality will need to be added (or verified) in EclipseLink Expressions

Work Required

  1. Develop tests
    approx 1 day
  2. Implement API
    approx 3 days - add functionality to EclipseLink core
    approx 3 days - add parsing support

Back to the top