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

From: Nikolai Raitsev (nikolai.raitse..mail.com)
Date: Thu Aug 03 2006 - 08:13:15 EDT

  • Next message: Mike Kienenberger: "Re: Custom SQL query - HowTo"

    I am a nincompoop:))

    thats right, I used wrong package,

    thank you, mike

    2006/8/3, Mike Kienenberger <mkienen..mail.com>:
    >
    > 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:13:40 EDT