When using CMR and there is a simple senario like such :
 
driver --- ownes -->> car
 
e.g.
 
public class driver extends EjbBean
{
...
...
abstract public void setCar(Car someCar);
abstract public Car getCar();
....
....
 
}
 
 
When retrieving driver, will car be loaded automatically?
How is lazy loading used with CMR (esp for tall object graphs)?
 
Thanks
 
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to