摘要:http://sourceforge.net/projects/nhibernate/files/NHibernate/3.0.0.GA/ nhibernate 下载https://forum.hibernate.org/viewtopic.php?f=25&t=997701 论坛
阅读全文
posted @ 2012-02-23 16:20
|
|
|
随笔分类 - NHibernate
摘要:http://sourceforge.net/projects/nhibernate/files/NHibernate/3.0.0.GA/ nhibernate 下载https://forum.hibernate.org/viewtopic.php?f=25&t=997701 论坛
阅读全文
posted @ 2012-02-23 16:20
摘要:Hibernate主键生成方式 Key Generator主键产生器可选项说明:1) assigned主键由外部程序负责生成,无需Hibernate参与。2) hilo通过hi/lo 算法实现的主键生成机制,需要额外的数据库表保存主键生成历史状态。3) seqhilo与hilo 类似,通过hi/lo 算法实现的主键生成机制,只是主键历史状态保存在Sequence中,适用于支持Sequence的数据库,如Oracle。4) increment主键按数值顺序递增。此方式的实现机制为在当前应用实例中维持一个变量,以保存着当前的最大值,之后每次需要生成主键的时候将此值加1作为主键。这种方式可能产生的问
阅读全文
posted @ 2012-02-23 14:02
摘要:HQL Language Service for Visual Studio:为我们编写HQL查询提供了智能提示和语法验证检查功能。NHibernate Profile:可视化NHibernate性能检测优化工具。Visual NHibernate:可视化设计和映射工具。Mindscape NHibernate Designer:VS设计工具,类似于EF设计器。
阅读全文
posted @ 2011-08-29 15:05
摘要:http://www.cnblogs.com/lyj/archive/2010/12/15/nhibernate3-new-feature.html
阅读全文
posted @ 2011-08-29 14:52
|
|