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/collection parameters for in

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