CMR
glenn <[email protected]>
| Newsgroups | gmane.comp.java.sun.ejb.general |
|---|---|
| Message-ID | <[email protected]> |
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".