You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Catalina Wei (JIRA)" <ji...@apache.org> on 2009/05/21 20:09:45 UTC

[jira] Created: (OPENJPA-1098) JPA2 Query add support to allow derived path to appear in subquery from clause

JPA2 Query add support to allow  derived path to appear in subquery from clause
-------------------------------------------------------------------------------

                 Key: OPENJPA-1098
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1098
             Project: OpenJPA
          Issue Type: Sub-task
            Reporter: Catalina Wei
            Assignee: Catalina Wei




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-1098) JPA2 Query add support to allow derived path to appear in subquery from clause

Posted by "Catalina Wei (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Catalina Wei updated OPENJPA-1098:
----------------------------------

          Component/s: query
    Affects Version/s: 2.0.0

> JPA2 Query add support to allow  derived path to appear in subquery from clause
> -------------------------------------------------------------------------------
>
>                 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
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (OPENJPA-1098) JPA2 Query add support to allow derived path to appear in subquery from clause

Posted by "Catalina Wei (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on OPENJPA-1098 started by Catalina Wei.

> JPA2 Query add support to allow  derived path to appear in subquery from clause
> -------------------------------------------------------------------------------
>
>                 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
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OPENJPA-1098) JPA2 Query support subselect_identification_variable

Posted by "Catalina Wei (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (OPENJPA-1098) JPA2 Query support subselect_identification_variable

Posted by "Catalina Wei (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Catalina Wei updated OPENJPA-1098:
----------------------------------

    Summary: JPA2 Query support subselect_identification_variable  (was: JPA2 Query add support to allow  derived path to appear in subquery from clause)

> 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
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.