本文介绍了NHibernate 2.1 Proxy Factory选项-有什么区别和选择哪些?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
下载NHibernate 2.1附带3个代理工厂类,可用于启用延迟加载.
The NHibernate 2.1 download comes with 3 proxy factory classes that are available for use to enable Lazy Loading.
- 城堡
- 林富
- 春天
它们之间有什么区别,在特定情况下应该使用哪个?
What are the differences between each of them, which one should I use in particular scenarios?
推荐答案
您可以在此处了解有关它们的更多信息:
You can read more about them here :
http://nhforge.org/blogs/nhibernate/archive/2008/11/09/nh2-1-0-bytecode-providers.aspx
和
http://groups.google.com/group/nhusers/browse_thread /thread/2f78857456bde8d6
基本上,在这一点上,主要的事情是:选择一个并完成:).
Basically at this point the main thing is : just pick one and be done :) .
这篇关于NHibernate 2.1 Proxy Factory选项-有什么区别和选择哪些?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!