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
