EclipseLink/Development/JPA 2.0/collection parameters for in
From Eclipsepedia
< EclipseLink | Development | JPA 2.0
Contents |
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
- Develop tests
- approx 1 day
- Implement API
- approx 3 days - add functionality to EclipseLink core
- approx 3 days - add parsing support