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
- Problem about handling array type Eddie Man
- Re: Problem about handling array type Patrick Linskey
