I was wondering if anyone can help. I am writing an application with quite 
a lot of joined-subclasses. I am having to also filter out based on 
criteria passed to a service. This is what I have

DocumentParent
 - DocumentChildA
   - Username
   - InfoA
 - DocumentChildB
   - Username
 - DocumentChildC
   - InfoC

The issue I have is when I set the projection for Username I am only 
getting the one for DocumentChildA. There is no way we can remove these 
properties and move them to the parent sadly. This also happens when I try 
and query on nester objects for example. 
DocumentParent.DocumentIInfo.SpecialField. It will only search on the 
object that was loaded into the mapping first.

Any pointers would be greatly appreciated

Thanks 
Liam

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to