.........
<property name="Title" />
<set name ="Contacts" lazy="false" table ="Ad_Contacts">
<key column="Ad_Id"></key>
<element type ="String" column="Contact" not-null="true"></element>
</set>
.........
的hasMany(X => x.Contacts).AsSet(),这是我用于功能NHibernate映射的发言。 它不工作。 联系人是字符串的集合。