tags:

views:

21

answers:

0

Hi, We have three tables .We need to get data from these tables based upon particular conditions. Like if TableA.columv=TableB.columc=tableC.column then get data.

We are using value objects to map Objects to relations.

Question is how to maintain these relation ships in value objects. And how to retrieve data from it.

We have one value object per table.