Ibatis之Eclipse开发插件——Ibator
1、插件简介
Ibator is a code generator for iBATIS. Ibator will introspect a database table (or many tables) and will generate iBATIS artifacts that can be used to access the table(s). This abates some of the initial nuisance of setting up objects and configuration files to interact with database tables. Ibator seeks to make a major impact on the large percentage of database operations that are simple CRUD (Create, Retrieve, Update, Delete). You will still need to hand code SQL and objects for custom queries, or stored procedures.
Ibator产生的文件有:
2、插件安装
我们可以借助Eclipse来安装,当然也可以直接到 http://ibatis.apache.org/ibator.html下载,然后解压,将相应的的文件拷贝到eclipse目录。
Ibator is a code generator for iBATIS. Ibator will introspect a database table (or many tables) and will generate iBATIS artifacts that can be used to access the table(s). This abates some of the initial nuisance of setting up objects and configuration files to interact with database tables. Ibator seeks to make a major impact on the large percentage of database operations that are simple CRUD (Create, Retrieve, Update, Delete). You will still need to hand code SQL and objects for custom queries, or stored procedures.
Ibator产生的文件有:
- SqlMap XML Files
- Java Classes to match the primary key and fields of the table(s)
- DAO Classes that use the above objects (optional)
2、插件安装
我们可以借助Eclipse来安装,当然也可以直接到 http://ibatis.apache.org/ibator.html下载,然后解压,将相应的的文件拷贝到eclipse目录。
使用教程:Eclipse中安装Ibator插件与配置

本文介绍了如何在Eclipse中安装Ibatis开发插件Ibator,包括通过软件更新菜单添加站点进行在线安装,以及本地安装的方法。详细步骤包括添加站点、选择Apache iBATIS Ibator Feature并完成安装向导。
最低0.47元/天 解锁文章
299





