NHibernate Mapping - <list/> (ayende.com)
submitted by
ferventcoder(836) 2 years, 11 months ago
I am not going to talk about all the options that NHibernate has for collections, I already did it for <set/>, and most of that are pretty similar. Instead, I am going to show just the unique stuff about NHibernate’s <list//>. While <set/> is an unordered collection, of unique elements, a <list/> is a collection of elements where the order matter, and duplicate elements are allowed (because there is a difference between item A in index 0 and index 4).
|category: Open Source
|Views: 49
tags:
OpenSource another
Everyones tags:
Your Tags: