IBatisNET是从Java的IBatis开源项目转过来的,IBatisNET可以为你的应用设计一个更好的数据持久层。其大概框架如下图:
Table 4.1. Folders found in the iBATIS.NET source distribution
Folder name | Description |
---|---|
External-Bin | Dependency assemblies provided for your convenience. |
IBatisNet.Common | Assembly of classes shared by DataAccess and DataMapper |
IBatisNet.Common.Logging.Log4Net | Log4Net factory adapter classes |
IBatisNet.Common.Test | Test project for IBatisNet.Common that can be used with NUnit |
IBatisNet.DataAccess | The Data Access Objects framework (see separate DAO Guide) |
IBatisNet.DataAccess.Extensions | Contains a C# project for extensions to the DataAccess framework such as NHibernate support |
IBatisNet.DataAccess.Test | Test project for the DataAccess framework that can be used with NUnit |
iBatisNet.DataMapper | The DataMapper framework |
IBatisNet.DataMapper.Test | Test project for the DataMapper that can be used with NUnit |