Defining relationship in value objects using Hibernate
Posted
by kate
on Stack Overflow
See other posts from Stack Overflow
or by kate
Published on 2010-05-11T06:14:46Z
Indexed on
2010/05/11
6:24 UTC
Read the original article
Hit count: 180
hibernate
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.
© Stack Overflow or respective owner