Hi Craig, There is text[] data type -among other things- in postgres which can store an array of strings in the same row of table which can do the job of storing an array of strings just perfectly. Actually I think creating another table and all of those keys and etc create extra and unnecessary load on db server specially when the first table is big and there are numerous items in that array.
Thanks. -- View this message in context: http://www.nabble.com/How-to-store-a-string-array-as-a-string-array-using-jpa--tp15214168p15222162.html Sent from the OpenJPA Users mailing list archive at Nabble.com.