Hibernate Tips: How to persist a List of Strings as an ElementCollection
Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question for a future Hibernate Tip, please leave a comment below. Question: I need to persist a simple List of Strings. Do I really need to create an extra entity for…
