NHibernate 错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NHibernate 错误相关的知识,希望对你有一定的参考价值。

Unable to locate persister for the entity named ‘Model.Customer‘.
The persister define the persistence strategy for an entity.
Possible causes:
- The mapping for ‘Model.Customer‘ was not added to the NHibernate configuration.

 

第一 xml文件必须为 *.hbm.xml

第二  设置xml文件为嵌入的资源,用鼠标点击右键 然后生成操作里 选择嵌入的资源即可解决。

文件命名没有问题,我把两个XML文件都改成了嵌入的资源

 

Could not interpret id generator strategy: GuidNative

GuidNative 改成 native

以上是关于NHibernate 错误的主要内容,如果未能解决你的问题,请参考以下文章

错误的连接字符串NHibernate 3.3

NHibernate“无法确定 X 的类型”错误

nhibernate中的命名查询错误

NHibernate - 错误脱水属性值 - 更新实体

NHibernate 错误

NHibernate常见错误汇总