How do you save an arraycollection field in an object to a mysql database. I usually would have used a for each item in array collection field then pass a unique key to it so it track it back later, but thats getting cumbersome now. Is there a way to save an arraycollection that also allows easy update of the arraycollection item.
Thanks in advance
Johnny