How to store list of strings in single column using JPA
In this blog post we will see various ways to store list of strings in single column in database using JPA. Storing list as comma separated strings Storing list in JSON format Storing list as array i) Storing List as comma separated strings The easiest way to store list of strings in a single database…