I seem to have problems with mapping a List in Hibernate. In our project there a class Card with contains a class Answer with Answer containing a List<String>.
Is a List<String> mappable by Hibernate using annotations? I mean, since it does not have the @Entity annotation?
Regards