Has anyone else noticed that lazy properties don't seem to work with IQuery.SetEntity? One of these days I plan on creating a test + jira for it*.
Richard * Don't have permission to install vs 2010 on this machine... On 22 Feb 2011, at 13:45, Ayende Rahien <[email protected]> wrote: It is used when we have lazy properties. The reason only Castle implements it is that I am not sure how to implement it on the others. On Tue, Feb 22, 2011 at 3:41 PM, Michael DELVA <[email protected]>wrote: > Hello all, > > I'm currently looking at how I can write a static proxy using PostSharp, > using the next bits of NH with the Centralization of proxy check to > IProxyFactoryFactory <http://216.121.112.228/browse/NH-2455>. > > I'd like to know what is the purpose of the IFieldInterceptorAccessor > interface, and when it is used? Why is it only implemented in > NHibernate.ByteCode.Castle? > > Is it used when an entity has a mapped field, instead of a property? > > Thanks in advance > > Michael >
