I want to save a composite Object to mysql database.
I mean if i have Object A which has attributes of primitive data types and array of Object B.
So how can i save the array of B
I mean if i have Object A which has attributes of primitive data types and array of Object B.
So how can i save the array of B
Comment