In MDM data model, is it possible to define a fetch type for a relationship ? I have a sample Customer - Product relationship and when i've traced the db orders, the relation is managed as a Lazy fetch type (as i remember the default for hibernate) : N attached products generate N select orders when a full retrieve is done. If it is not possible in MDM studio is there a work around ?