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.