> does openjpa support reading and writing string arrays to/from POJO properties? Yes. Try
@PersistentCollection
private String[] aStringArray;
--
View this message in context:
http://n2.nabble.com/Reading-and-writing-string-arrays-tp1500011p1504089.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.
