| Author |
dependent value object(dvo)
|
k doshi
Ranch Hand
Joined: Mar 16, 2002
Posts: 41
|
|
if i have a dependent value object to an entity bean which has the DVO as a class variable, i pass the DVO on the client side. The DVO is having an instance of data access object(DAO) which talks to the database. once the DVO is on the client side, when i call the methods on the client side, can we call the methods on the DVO directly, or it has to be routed through the entity bean.
|
 |
 |
|
|
subject: dependent value object(dvo)
|
|
|