-
A new Dynamic-Proxy provider is available in NHibernate trunk ( here the others two) Erich Eichinger (Spring.NET team member) sent us the implementation of NHibernate.ByteCode.Spring . The property to configure is < property name = " proxyfactory.factory_class " > NHibernate.ByteCode...
-
The NH trunk do no longer have dependency from Castle project; Castle.DynamicProxy2 are now only the default option. All dependency to Castle was moved to : NHibernate.ProxyGenerators.CastleDynamicProxy To continue working using lazy-loading, exactly as before, now you must deploy the default proxy generator...
-
I am pleased to announce the first release of NHibernate ProxyGenerators , the latest addition to the NHibernate Contrib project. NHibernate ProxyGenerators (NHPG) is a simple utility that you can use to pre-generate lazy loading proxies for use with NHibernate. Why would you want to...