I have made a class with name of Movie with folowing fields:
@Id @GeneratedValue private Long id; private String name; @ElementCollection(targetClass = S
Do you have both getter and setter for Properties?