posts - 402,comments - 184,trackbacks - 6
IBatisNetGen generates IBatisNet SQL mapping file and a group of CSharp classes from a database table.

Output for each database table
  • Entity, the C# class that represents a database record.
  • DaoIntf, the C# DAO interface contains a group of data manipulation methods, such as:
    • GetCount, gets the count of all records.
    • FindAll, loads all database records.
    • Find, loads a database record using primary key value(s).
    • FindByXXX, loads a group of records by the value of a column.
    • Delete, deletes a database record.
    • DeleteByXXX, deletes a group of records of by the value of a column.
    • Update, updates a database record.
  • DaoImpl, the C# DAO implementation class that implements the interface referred by DaoIntf.
  • SqlMap, the IBatis.NET SQL mapping file that contains SQL statements used in the DaoImpl above.

Download IBatisNetGen

posted on 2007-06-28 03:48 大口仔 阅读(1075) 评论(2)  编辑 收藏 所属分类: IBatisNet

FeedBack:
2008-01-16 19:29 | 路过捡到宝 [未注册用户]
谢谢楼主!
  回复  引用    
#2楼 [楼主]
2008-01-16 23:41 | 大口仔      
呵呵^_^
  回复  引用  查看    

标题  
姓名  
主页
Email (只有博主才能看到) 
验证码 *  看不清,换一张 [登录][注册]
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      
 
 


使用Live Messenger联系我
关闭