`

Abator Ibator

阅读更多
由于表的字段太多,于是想用ibatis自动生成工具生成,于是就装Eclipse插件,由于插件更新的问题,导致我浪费很多时间。注意以下几点:
1. 插件地址:http://ibatis.apache.org/tools/ibator
   注意后面是ibator  我打abator报错 - -
2. 由于使用的ibator,发现跟google搜索的xml配置文件有差异,主要是
    classPathEntry这个子元素
   一般google搜索的文章都配置在jdbcConnection元素下,而这里是不允许的!
   ibator配置文件说明:http://ibatis.apache.org/docs/tools/ibator/index.html

3.  classPathEntry根据文档知道:
    classPathEntry现在是ibatorConfiguration 子元素 千万注意!
    而且紧跟其后,你放在最后面还不行 - -

<ibatorConfiguration >
  <classPathEntry location="\E:\DBDriver\sqljdbc.jar"/>
  <ibatorContext id="context1" >
   <jdbcConnection driverClass="com.microsoft.sqlserver.jdbc.SQLServerDriver"
    connectionURL="jdbc:sqlserver://127.0.0.1;databaseName=AscendPlat"
    userId="sa"
    password="1111" >
    </jdbcConnection>
   .....
   ...

<ibatorConfiguration >
分享到:
评论

相关推荐

    iBATOR-V1.1.0

    iBATOR is a code generator for iBATIS.

    ibator优化的jar包

    ibator插件优化的jar包,安装完ibator后,将eclipse\plugins\org.apache.ibatis.ibator.core_1.2.1下的jar包替换即可。

    为 Ibatis 2.3.4 构建增强的 Apache Ibator 实体类生成工具

    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 ...

    ibator1.2.2无注释

    ibator1.2.2多了点功能,具体可以百度,重新编译了下,生成注释去掉了

    eclipse集成的ibator插件

    eclipse的集成插件,ibator.jar,可以直接mybatis导表,图形化展示,简单易用,直接放到eclipse的plugin文件夹下即可

    ibator教学视频

    ibator教学视频,手把手教你使用ibator

    ibator使用指导

    在myelipse7.5中安装ibator插件的方法与安装一般插件的方法是一致的,有以下2种方式(个人推荐使用手动安装方式,避免网络等原因造成安装不成功): 1. 手动安装方式 将邮件中附件的Ibator插件压缩文件IbatorForEclipse...

    ibator 1.2.1

    eclipse的ibatis代码生成器,最新版ibator 1.2.1

    ibator-config_1_1.dtd

    ibator-config_1_1.dtd ibator用

    ibator优化版,使用数据库的注释

    使用数据库的注释,不用自带的注释 http://blog.csdn.net/tiantangpw/article/details/43489817 运行命令 java -jar ibator.jar -configfile ibatorConfig.xml -overwrite &gt;&gt;ibator.log

    Ibator参考程序

    做SSI项目时,Ibator映射出来的内容实在太多了,有很多内容都用不上,参考Ibator的结构,实现对基本字段和方法的映射!

    ibator1.2.1配置文件

    自动生成dto\dao\xml 自带批处理自动生成程序

    ibator使用心得

    ibator相对于hibernate框架能完全自主编写sql代码,同时又有hibernate便于管理的优点,是非常理想的持久层技术

    IBATOR动态生成sql和DAO层

    此项目通过对ibator的改造,通过执行cmd命令自动生成sql与Dao,大大提高开发效率

    ibator API帮助文档.chm

    Ibatis 生成器 Ibator 的 API 文档

    ibator插件+ibatorConfig文件

    ibator插件+ibatorConfig文件,加入到eclipse中,按照配置文件修改一下就ok了

    IBator的安装使用

    ibatis 配置文件自动生成工具

    处理后的ibator1.2.1

    去除了注释、去除Example方法及去除生成的id前面的“ibatorgenerated_”

    ibator1.2.1

    用户ibatis自动成才代码的一种工具,减少开发人员的工作量。

    ibator的eclipse插件

    直接丢到eclipse的plugins目录下就可以了,在一些公司下载不了的地方,方便使用

Global site tag (gtag.js) - Google Analytics