Let me know I if understand this right:
Let's as an example assume that we have a db table with movies, with a
many-to-many relation to actors, and we have 10.000 movies and 20.000
actors.
If I now load one movie (with a query or load method call) that has 10
related actors, then I assume I'll get created:
1 movie object (instance) and 10 actor objects.
But each actor of course has several other movies they actored in, so will
these movies also be created, and the actors related to these movies? When
will this stop?
I assume that we don't use lazy loading.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to