with nhibernate, I don't need any lazy-loading functionality.
Do I still need to add a proxy in my config?
<property name="proxyfactory.factory_class">????</property>
In the nhibernate download, they have a /requiredBins/ folder, and another folder /required_lazyloading
Since I don't want lazyloading, do I still need it?
w/o it, I am getting an error saying ProxyFactoryFactor was not configured.