I have one class as below
@Entity @Table(name = "template") public class DynamicTemplate { @Id private Long id; @ElementCollection