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 2010/01/06 12:48:55 UTC

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

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