流畅的 nHibernate、ToManyBase、通用用法
我在抽象类 ToManyBase
中发现了方法 T Generic()
但我找不到任何文档或如何使用它的示例,或者它做什么。谁能启发我一下吗?
I have discovered the method T Generic()
in the abstract class ToManyBase<T, TChild, TRelationshipAttributes>
but I cannot find any documentation or examples of how this is used, or what it does. Can anyone enlighten me a bit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没什么意义。
它相当于 NHibernate generic= 属性,它只是明确指定集合是通用集合。 NHibernate 前通用时期的遗留物。
Nothing of significance.
It's the equivalent of the NHibernate
generic=
attribute, which is simply away of explicitly specifying that a collection is a generic one. A holdover from NHibernate's pre-generic days.