NHibernate Designer 是一个 Visual Studio 2010 的插件,用于实现 NHibernate 的可视化设计功能。
Configuration部分 在Configuration部分新增两种Loquacious-Configuration方式:流配置(fluent-configuration)和lambda表达式配置(lambda-configuration)。 fluent-configuration顾名思义,使用Fluent API配置SessionFactory属性,提供强类型支持、编译期错误检查等。你可以
概述: 当运行 session.Save(tnp);时,出现这个"Unknown entity class: TestCleanSnow.TestNhibernatePerson"这个异常. 映射文件 TestNhibernatePerson.hbm.xml如下: <? xml version="1.0" encoding="utf-8" ?> < hibernate-ma
NHibernate3版本新特性介绍 NHibernate久经版本之后,终于也到NHibernate 3版本,今天为大伙介绍下NHibernate 3新版本的新特性! 下面是NHibernate3版本新特性: Configuration部分 在Configuration部分新增两种Loquacious-Configuration方式:流配置(fluent-configuration)和lambda
Introduction NHibernate and Entity Framework are two of the most popular O/RM frameworks on the .NET world. Although they share some functionality, there are some aspects on which they are quite diffe