Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Checked in: JPQL parsing code for Subselect, AS, Constructor queries, and collection members

More changes to the JPQL parser checked in. These changes allow us to correctly parse changed JPQL in the JPA 2.0 specification for Subselect, AS, Constructor queries, and collection members

Reviewed by Chris Delahunt

Code to build the actual queries will be checked in later and at that time testing will be added.

Changes can be found here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=249224

Design notes can be found here:

http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/jpql




Back to the top