Re: objectFromDataRow(String, DataRow) exist not in cayenne-1.2

From: Mike Kienenberger (mkienen..mail.com)
Date: Thu Aug 03 2006 - 08:05:52 EDT

  • Next message: Nikolai Raitsev: "Re: objectFromDataRow(String, DataRow) exist not in cayenne-1.2"

    On 8/3/06, Nikolai Raitsev <nikolai.raitse..mail.com> wrote:
    > DataContext.objectFromDataRow(String, DataRow) exist not in cayenne-1.2 (is
    > however described here http://cwiki.apache.org/CAYDOC/data-rows.html
    > and in local User-Guide from download package cayenne-1.2)
    >
    > it exists a method objectFromDataRow(Class, DataRow, boolean), but i have a
    > problem with it:
    >
    > dataObjectInt = dataContext.objectFromDataRow( MyClass.class, (DataRow) row,
    > true);
    >
    > the error message is (from eclipse 3.2):
    >
    > "The method objectFromDataRow(Class, DataRow, boolean) in the type
    > DataContext is not applicable for the arguments (Class, DataRow, boolean)"

    Are you using the right package for DataRow? Maybe you're importing
    some other DataRow class (I don't see how the package could be wrong
    for Class or boolean).



    This archive was generated by hypermail 2.0.0 : Thu Aug 03 2006 - 08:06:15 EDT