Hi, does openjpa support reading and writing string arrays to/from POJO properties? I mean those supported by jdbc ResultSet.getArray() method ( http://java.sun.com/j2se/1.4.2/docs/api/java/sql/ResultSet.html#getArray(int) ) and known from the SQL standard. I have read something about @Lob annotation but that does not seem to be equivalent to ARRAYs from SQL standard.
I have an application that uses PostgreSQL and some of the fields are arrays so I need to read them and write to them, eventually perform search in the fields too. Thank you for any help. Miroslav
