posts - 494,comments - 314,trackbacks - 11
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 大口仔 阅读(1372) 评论(2)  编辑 收藏 网摘 所属分类: IBatisNet

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



发表评论

昵称: [登录] [注册]

主页:

邮箱:(仅博主可见)

评论内容:

  登录  注册

[使用Ctrl+Enter键快速提交评论]

0 798339




相关文章:

相关链接:
使用Live Messenger联系我
关闭