/kotlin-mybatis-entity-generator

MyBatis Only Entity Generator for Intellij Idea Plugin

Primary LanguageKotlinApache License 2.0Apache-2.0

kotlin-mybatis-entity-generator

Build Version Downloads

Generate a mapping class 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.