Skip to content

AlreadyGo/idea-mybatis-oracle-generator-plugin

Repository files navigation

codehelper.generator

source code of CodeHelper.generator

An Generator, generate code more easily and productive referring to 'http://www.codehelper.me/generator?from=jetbrains'

GenDaoCode Features

  • Generate dao, service, sql and mybatis xml file according to pojo by one click.

  • Update sql, mybatis xml file elegantly when the pojo file updated by one click.

  • Provide insert, insertList, select, update and delete method.

  • You can generate for multi pojo by once click.

  • Recognize comment of pojo fields automatically and add as sql comment.

  • Support rich config by config file, and use default config for no config file.

  • Shortcut for generate.

  • just Support java + oracle

  • you can have your own config called 'codehelper.properties' in the root project path
    this is a typical template:
    pojos=MsgIn
    ### path directory configuration
    mapper.path=src/main/resources/mappers
    dao.path=src/main/java/net/easipay/dao
    service.path=src/main/java/net/easipay/service/impl
    table.name=RISK_MSGIN
    sql.path=sql/

About

IDEA插件,可一键生成mybatis的mapper.xml,mapper.java以及service.java文件(oracle)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages