DataObjectUtils must return "Object" instead of "DataObject" from all pk lookup methods
---------------------------------------------------------------------------------------
Key: CAY-689
URL: http://issues.apache.org/cayenne/browse/CAY-689
Project: Cayenne
Type: Task
Components: Cayenne Core Library
Versions: 3.0
Reporter: Andrus Adamchik
Assigned to: Andrus Adamchik
Fix For: 3.0
This is related to CAY-682 work ... all DataObjectUtils.objectForPK() methods should return
Object instead of DataObject. This of course breaks method signatures and may potentially
require users to add extra casts on upgrade (although most users probably already casting
to concrete objects).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/cayenne/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|