I have an Orders entity and a Product entity and I\'ve defined them as below
Orders
Product
import java.sql.Timestamp; import java.util.List; impo