Hi,

By "array table", do you mean it's mapped to a table containing a row
for each entry in the array, or something else?

I believe that we support that mapping style in the Kodo product but
not OpenJPA, so it would certainly be possible to add such support to
OpenJPA. Out of curiosity, why do you want to map the double[] in such
a manner? JPQL does not provide any facilities for querying into a
double[], and that mapping is typically less efficient than
serializing the double[].

-Patrick

On 9/4/07, Eddie Man <[EMAIL PROTECTED]> wrote:
> Hi all,
>    I had a question about handling the array type in OpenJPA. According
> to the documentation, now OpenJPA supports char[], Character[], byte[]
> and Byte[], I would like to ask how can I persists a double[] to the
> database? In hibernate, it can mapped to an array table, but I cannot
> found the similar feature in OpenJPA. Thanks
>


-- 
Patrick Linskey
202 669 5907

Reply via email to