You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Ari Maniatis (JIRA)" <ji...@apache.org> on 2009/10/18 00:53:31 UTC

[jira] Created: (CAY-1294) Generify query

Generify query
--------------

                 Key: CAY-1294
                 URL: https://issues.apache.org/jira/browse/CAY-1294
             Project: Cayenne
          Issue Type: Improvement
            Reporter: Ari Maniatis
            Assignee: Andrus Adamchik
             Fix For: 3.1


Although most of the generics work has been completed for 3.0, 'query' is still largely untouched. From a mailing list post by Andrus, here are possible query result types:

 ? extends Persistent
 ? extends Object (unfinished POJO implementation)
 CayenneDataObject (as in "generic persistence" [1])
 DataRow
 scalar
 Object[] (a mix of scalars and any of the above)

Certainly having a typed result list would be very useful in the most common case of <? extends Persistent>.


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


[jira] Commented: (CAY-1294) Generify query

Posted by "Ari Maniatis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAY-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766977#action_12766977 ] 

Ari Maniatis commented on CAY-1294:
-----------------------------------

This thread is relevant: http://markmail.org/message/sewk6jevobnkc6jz

> Generify query
> --------------
>
>                 Key: CAY-1294
>                 URL: https://issues.apache.org/jira/browse/CAY-1294
>             Project: Cayenne
>          Issue Type: Improvement
>            Reporter: Ari Maniatis
>            Assignee: Andrus Adamchik
>             Fix For: 3.1
>
>
> Although most of the generics work has been completed for 3.0, 'query' is still largely untouched. From a mailing list post by Andrus, here are possible query result types:
>  ? extends Persistent
>  ? extends Object (unfinished POJO implementation)
>  CayenneDataObject (as in "generic persistence" [1])
>  DataRow
>  scalar
>  Object[] (a mix of scalars and any of the above)
> Certainly having a typed result list would be very useful in the most common case of <? extends Persistent>.

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


[jira] Updated: (CAY-1294) Generify query

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

Ari Maniatis updated CAY-1294:
------------------------------

    Component/s: Core Library

> Generify query
> --------------
>
>                 Key: CAY-1294
>                 URL: https://issues.apache.org/jira/browse/CAY-1294
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Core Library
>            Reporter: Ari Maniatis
>            Assignee: Andrus Adamchik
>             Fix For: 3.1M1
>
>
> Although most of the generics work has been completed for 3.0, 'query' is still largely untouched. From a mailing list post by Andrus, here are possible query result types:
>  ? extends Persistent
>  ? extends Object (unfinished POJO implementation)
>  CayenneDataObject (as in "generic persistence" [1])
>  DataRow
>  scalar
>  Object[] (a mix of scalars and any of the above)
> Certainly having a typed result list would be very useful in the most common case of <? extends Persistent>.

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