1.abator自动生成iBatis代码以及配置文件
This is the Abator for Eclipse update site. If you're not sure what Abator is, then see this page http://ibatis.apache.org/abator.html
If you've already installed a prior version of Abator for Eclipse, then simply run the Eclipse Install/Update tool and any new version will be found automatically.
If you've not already installed Abator, then you can use the built in Eclipse install support by following these steps:
3、插件完成后,建立一个项目ibatisTest,然后选择文件>新建>ABator for iBatis configuration File,默认文件名,点击“完成”。修改刚才的文件abatorConfig.xml,把里面的相关“?”根据自己的实际情况替换如下,我的是这样的。
<?xml version="1.0" encoding="UTF-8"?>
BR> "http://ibatis.apache.org/dtd/abator-config_1_0.dtd">
<!-- TODO: Add Database Connection Information -->
connectionURL="jdbc:oracle:thin:@localhost:1521:orcl"
userId="spell"
password="spell">
5、 在abatorConfig.xml上点击鼠标右键,选择Generate iBATIS Artifact,在src目录下会生成com.spell.model、com.spell.map、com.spell.dao三个目录,文件也建立好了。 其他有什么要修改的就自己动手吧~~
6
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/769808/viewspace-78771/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/769808/viewspace-78771/