@PersistentCollection does not work for me, it always gives a message
as "the_field_as_array isn't supported by declared persistence
strategy "Basic".  Please choose a different strategy."

I follow the description in the jira ticket to declare the field as
@Lob, it works for query, but still not work for update.

In the jira ticket, it says I should provide an extended
PostgresDictionary, how to tell openjpa to use my extended
PostgresDictionary?

2012/11/15 Krzysztof <yaz...@gmail.com>:
> Use your own strategy:
>
> @PersistentCollection
> @Strategy("gaia.cu7.om.dal.dictionary.PostgresArrayHandler")
> private double[] timeDecay;
>
> Example for float8[] below, change toDataStoreValue to deal with
> Long/bigint.
> PostgresArrayHandler.java
> <http://openjpa.208410.n2.nabble.com/file/n7581766/PostgresArrayHandler.java>
>
> Cheers
>
>
>
> --
> View this message in context: 
> http://openjpa.208410.n2.nabble.com/how-to-deal-with-jdbc4-sql-array-tp7581756p7581766.html
> Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to