码迷,mamicode.com
首页 > Web开发 > 详细

初学MyBatis.net

时间:2015-05-08 01:32:34      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:

1、MyBatis.net介绍

  MyBatis..net是一个简单,但是完整的ORM框架,它使你的实体对象与sql语句或者存储过程之间的映射变得很简单,并提供数据访问。

2、MyBatis.net配置

 主要的配置文件

       providers.config:用来定义框架中用到的数据库引擎.

       SqlMap.config:数据库连接信息,数据映射xml文件信息,设置信息

      Default locations for the sqlMap.config and providers.config files

Windows, Library, or Test projects (using NUnit or    
equivalent)

This would be the binary folder (such as /bin/debug)
with the assembly (.dll) files and the App.config file

Web projects

In the application root, where the Web.config file is
located.

    当providers.config在默认的位置的时候,SqlMap.config中可以不用指定它的位置。

  主要的dll文件

    IBatisNet.Common.dll,IBatisNet.DataAccess.dll,在project或websit中添加引用即可。

 

 

     

 

初学MyBatis.net

标签:

原文地址:http://www.cnblogs.com/mingjia/p/4486507.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!