您的位置:首页 > Web前端

Differences between Hibernate and NHibernate

2006-08-26 13:28 295 查看
Differences between Hibernate and NHibernate
Most features of Hibernate 2.1 are present in the 1.0.1 release of NHibernate.

Unimplemented features:(未实现的特性)

Databinder - never requested by our users, so we consider it a low priority feature.

SchemaUpdate - too complicated to implement, we will accept a patch if anybody decides to implement SchemaUpdate on their own.

ScrollableResults - requires scrolling support from the underlying result set object. ADO.NET IDataReaders do not support scrolling.

SqlExceptionConverter

Extra features (from Hibernate 3):

fetch="join/select" attribute, equivalent to outer-join="true/false"

unsaved-value guessing - NHibernate will try to guess unsaved-value for <id> and <version> if none is specified in the mapping file.

from http://www.hibernate.org
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: