Given the following schema,
public class Product { @Id @GeneratedValue(strategy = GenerationType.AUTO) private Long id; private String produc