I have two classes
@Entity public class Program { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; @ManyToMany