iBATIS.NET 1.0.0 Released
iBATIS.NET 1.0已经release,同时,你还可以下载示例程序NPetshop和开发人员指南
他们自己的介绍
iBATIS is not an OR/M tool. iBATIS helps you map objects to stored procedures or SQL statements. The underlying schema is irrelevant. An OR/M tool is great if you can map your objects to tables. But they are not so great if your objects are stored as a relational view rather than as a table. If you can write a statement or procedure that exposes the columns for your object, regardless of how they are stored, iBATIS can do the rest.
感觉iBATIS.NET对于常规的CUID支持以及ORM还需要增强一些。
posted on 2004-10-09 23:24:00 by microhelper 评论(4) 阅读(3312)
