Skip to content

shuntakeuch1/kotlin-mybatis-entity-generator

Repository files navigation

kotlin-mybatis-entity-generator

Build Version Downloads

Generate a mapping class file for a single table.

Installation

  • Using IDE built-in plugin system:

    Preferences > Plugins > Marketplace > Search for "kotlin-mybatis-entity-generator" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...

Support data type

Kotlin MySQL
Int TINYINT,SMALLINT,MEDIUMINT,INT,BIGINT
LocalDatetime DATE,TIME,DATETIME,TIMESTAMP,YEAR
String CHAR,VARCHAR,BINARY,VARBINARY
TINYBLOB,BLOB,MEDIUMBLOB,LONGBLOB
TINYTEXT,TEXT,MEDIUMTEXT,LONGTEXT
JSON,ENUM

PostgreSQL(coming soon) ...


Plugin based on the IntelliJ Platform Plugin Template.

About

MyBatis Only Entity Generator for Intellij Idea Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published