Hi, 

I have defined a ReportQueryByCriteria which has as a field that uses a
conversion class. e.g.  

        ....

    <field-descriptor
        name="addressStatus"
        column="status"
        jdbc-type="INTEGER"
        conversion="dao.ojb.Status2IntFieldConversion"
    >


However the data type of the object returned in the row array is of Type
java.lang.Integer and not Status.  Is this expected behavour?

Dougall

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to