Joined: Mon Sep 01, 2008 12:20 am Posts: 1
|
Hi Friends, I am in need where I have to add two tables with a single table. Suppose there are two entities Customer and Order. I have two separate tables for them. I have another table that has customerId and OrderId.
Please help me in doing the mapping. Please help me regarding the same.I need mapping files and not the annotations based pojo classes.
-------------- ----------------- ----------- | Customre | | CustomreOrder | | Order | -------------- ----------------- ---------- | customerId | | customerId | | orderId | | custName | | orderId | | ordDate| -------------- ----------------- -----------
|
|