| 
					
						 Hi guru, we are trying to create a domain model with a not normalized database
 Data  from the same entity are scattered among different table, this is due to a bad specifie of er.
 For example we have an employee table, and empl_detatails1, empl_details2 table an so on.
 From a java point of view we would like to solve this proble and we would like to have only one object emp  with all attributes from  employee table, and empl_detatails1 and so on.
 As far as I Know I can specify only one table in metadata xml configuration file.
 Any Idea?
 Thanks in advance
 Marco 
					
  
						
					 |