DataContext can convert a DataRow to a DataObject for you: <T extends DataObject> T objectFromDataRow(Class<T> objectClass, DataRow dataRow, boolean refresh)
mrg On Fri, May 13, 2011 at 9:21 AM, Andrew Willerding <[email protected]> wrote: > That worked to retrieve a DataRow object. The data is there now. Is there > some way to convert this now into a usable cayenne data object without > pulling the columns out of the HashMap one column at a time? Or is there an > underlying bug that is at the root why this is works for MySQL but not for > DB2 V7? >
