I want to use a fixed size byte array as the primary key to a table, but
Torque can't convert between ObjectKey and byte[], and gets compilation
errors in the Base classes.

I was going to try using BigInteger objects as the primary key instead,
but then I get errors during the code generation. The xml for the column
definition looks like this:
        <column
                name="DATUM_ID"
                primaryKey="true"
                required="true"
                type="JAVA_OBJECT"
                javaType="object"
                autoIncrement="false"/>

Am I asking for the impossible?



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

Reply via email to