You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Borut Bolcina (JIRA)" <ji...@apache.org> on 2010/11/10 14:28:13 UTC

[jira] Created: (CAY-1504) Stale documentation code example for DataRow

Stale documentation code example for DataRow
--------------------------------------------

                 Key: CAY-1504
                 URL: https://issues.apache.org/jira/browse/CAY-1504
             Project: Cayenne
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 3.0.1
            Reporter: Borut Bolcina
            Priority: Minor


At http://cayenne.apache.org/doc30/data-rows.html there is a code example to convert DataRow to DataObject

// convert row to an artist
Artist artist = (Artist)ctxt.objectFromDataRow("Artist", row);

This method needs additional parameter "boolean refresh"

There is also no explanation for this parameter in the current 3.0 API docs.

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