I was under impression that you certainly don't. No-proxy means that your owner-entity's property will directly hit the DB and return your actual associated entity as soon as you access the getter, instead of returning the proxy of the associated-entity.
On Thu, Jan 6, 2011 at 2:29 AM, Aaron Fischer <[email protected]>wrote: > Nhibernate needs the proxy inorder to do lazy loading. > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
