I have made a class with name of Movie with folowing fields:
@Id @GeneratedValue private Long id; private String name; @ElementCollection(targetClass = S
that's because you have to use some jpa2 implementation! this guy had the same problem