HBM2NET and Collection Map Category Selection

xiaoxiao2021-03-06  81

In the NHibernate mapping file, there is a pair of .Net type selection, multiple-to-many. Net type selection of the COLLECTION class mapping

The mapping of the Collection class .NET type is as follows:

ID, use IList: arraylist priority type

ID, use iDictionary: HashTable IS priority type

ID, use iDictionary: Specialized.ListDictionary IS priority type

ID, use iDictionary: Specialized.ListDictionary IS priority type

ID, use iDictionary: sortedlist IS priority type

ID, use IList: arraylist is priority type

转载请注明原文地址:https://www.9cbs.com/read-89034.html

New Post(0)