I want to create a structure to manage products in MYSQL using Hibernate 4.1. In general there are two kind of products: SimpleProduct (contains just description and price) and ComplexProduct (contains an extra list containing products again).I want to create a structure to manage products