使用 confORM 映射 NHibernate
我有 2 个类(为了简洁而总结): public class Product : Entity { ... public virtual IList Ingredients { get; set; } public Product(){Ingredie…
NHibernate 3.2 符合复合 id
我正在升级到 NHibernate 3.2。我正在使用 Fluent NHibernate,但我没有看到 NH 3.2 的新版本。我正在考虑使用附带的 Conform 映射器,但它似乎不允许…
ConfORM Nhibernate OneToMany 级联
我对 Nhibernate ConfORM 级联有一些问题。 存在两个实体: public class User : BaseEntity { public User(Role role) { this.Role = role; } protec…
ConfORM Nhibernate OneToManyKeyColumnApplier 问题
我在我的一个 MVC 项目中使用 ConfORM Nhibernate。并且有一对多映射的问题。 IEnumerable domainEntities = this.GetDomainEntities(); var relation…
- 共 1 页
- 1