I have a quick question and just need to know if I can use any ofM :N solutions , I have a object (Parent) with different collection properties. I would like to load them all in one query but if one of them is empty or there is no record that relates to parent for one of the child properties I still want to load the rest.

Here is an example,

Product {
  List items,
  List vendors;
  List similarProducts;
}

Now here when I load a product i would want to load all these three properties independent of each other hopefully all in one query. Is it possible to that.

Amad
begin:vcard
fn:Amad Fida
n:Fida;Amad
email;internet:[EMAIL PROTECTED]
x-mozilla-html:TRUE
version:2.1
end:vcard

Reply via email to