I have a VARCHAR field in my database, and the value of this field is val1,val2,val3.
VARCHAR
val1,val2,val3
Is it possible to set this into an ArrayList&l
ArrayList&l
Try to use @ElementCollection and @CollectionTable annotations