Try using a java.lang.Long or even a java.math.BigInteger. If you use the
BigInteger, use String.valueOf(yourLong) to pass into the constructor
(BigInteger() will take a String, but not a long).
/dev/mrg
On 3/19/07, Frank <farocc..otmail.com> wrote:
>
> Hello,
>
> I am getting hung up on passing int and long values to cayenne.
> In my MySQL database, all PK fields are defined as BIGINT.
> The PK in my cayenne schemas are defined as long.
> ExpressionFactory.matchDbExp is looking for an object, I am passing in a
> long.
>
> What is the best way to handle this?
>
>
>
> Thanks
>
> Frank
>
This archive was generated by hypermail 2.0.0 : Mon Mar 19 2007 - 13:21:05 EDT