ITPub博客

首页 > Linux操作系统 > Linux操作系统 > 使用ibatis

使用ibatis

原创 Linux操作系统 作者:seckel 时间:2008-01-02 14:06:21 0 删除 编辑

1.abator自动生成iBatis代码以及配置文件

一.安装插件Abator

Abator for Eclipse Update Site

This is the Abator for Eclipse update site. If you're not sure what Abator is, then see this page

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:

  1. Take the "Help>Software Updates>Find and Install" Menu Option
  2. Select the "Search for new features to install" radio button, press "Next"
  3. Press the "New Remote Site" button
  4. Enter the following information: Name: Abator for Eclipse Update Site URL:
  5. Press OK
  6. Check the box next to "Abator for Eclipse Update Site"
  7. Follow the remainder of the install wizard

3、插件完成后,建立一个项目ibatisTest,然后选择文件>新建>ABator for iBatis configuration File,默认文件名,点击“完成”。修改刚才的文件abatorConfig.xml,把里面的相关“?”根据自己的实际情况替换如下,我的是这样的。


   "">


        <!-- 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.modelcom.spell.mapcom.spell.dao三个目录,文件也建立好了。 其他有什么要修改的就自己动手吧~~

6

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/769808/viewspace-78771/,如需转载,请注明出处,否则将追究法律责任。

上一篇: 没有了~
请登录后发表评论 登录
全部评论

注册时间:2008-01-02

  • 博文量
    3
  • 访问量
    2223