Hi and thanks for trying to help.
I'm using jpa and need to store array of strings, but jpa store it as a
binary, probably in the serialized form. I can store the given array as a
collection but it creates a separate table for this purpose which for me it
looks lame, All that I want is to store an array of strings as an array, is
there any standard way or propriety way for doing this? Am I missing
something in jpa?
I'm using openjpa 1.0.1
postgres 8.2
glassfish v2
windows xp
Best.
--
View this message in context: http://www.nabble.com/How-to-store-a-string-array-as-a-string-array-using-jpa--tp15214168p15214168.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.
|