hi, the domain is something like this: a PERSON who has an ilist of
ADDRESSES, each ADDRESS has a CITY, each CITY has a STATE, each STATE
has a COUNTRY

PERSON -> ADDRESSES -> CITY -> STATE -> COUNTRY

all clases are mapped as proxies, so my form receives a person, with
its proxied addreses, ergo, proxied city, proxied state and proxied
country

i reattach person to a session to get its addresses, but for each
address that is lazy loaded, its city, state and country are lazy
loaded too, but i get a query for each class, for example when an
address is lazy loaded, then, i get 3 querys, one for city, one for
state and one country

i would like to fetch an address by lazy load and get the entire graph
of city, state and country in one shot, is it possible?

thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhusers@googlegroups.com
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to