Hibernate List<String>

Olá!!!

Existe alguma maneira para eu mapear um List???

Tipo

public class Guia extends Objeto {

private List nomes = new ArrayList(0);

}

Falow!

Ola, tem sim.

utilize a anotacao @CollectionOfElements

secao 2.4.6.2.5 (5o item da seguinte pagina)
http://www.hibernate.org/hib_docs/annotations/reference/en/html_single/#entity-hibspec-collection-extratype

Mas isso nao eh compativel com a JPA.