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.

Reply via email to