[
https://issues.apache.org/jira/browse/OPENJPA-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Catalina Wei resolved OPENJPA-1098.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
1.JPA2 does not allow fetch join syntax in subselect's from clause.
2. the derived path expression of subselect syntax is processed the same as
FROMITEM.
sample query:
"select c from Company1 c where exists" +
" (select d from c.organization d where KEY(d) = ?1)" +
" order by c ",
in the above query, c.organization in from clause is a derived path expression.
> JPA2 Query support subselect_identification_variable
> ----------------------------------------------------
>
> Key: OPENJPA-1098
> URL: https://issues.apache.org/jira/browse/OPENJPA-1098
> Project: OpenJPA
> Issue Type: Sub-task
> Components: query
> Affects Versions: 2.0.0
> Reporter: Catalina Wei
> Assignee: Catalina Wei
> Fix For: 2.0.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.