This is my Product class
@Entity public class Product { @Id private int Product_id; private String Product_name; @JsonBackReference @On