Nhibernate中的集合眏射
摘要:
在Nhibernate中经常遇到one-to-many和many-to-many的关系映射,用一些集合类来保存关联的many集合,这些集合类包括: IList、Array和IDictionary。其在map文件中对应的元素为 list(IList)、set(IDictionary)、bag(IList)、map(IDictionary)和array(Array)。 其... 阅读全文
posted @ 2004-06-30 12:38 wljcan 阅读(3338) 评论(8) 推荐(0) 编辑