jar

com.github.yuanmomo : common-mbg-plugin

Maven & Gradle

Jun 14, 2020
5 stars

common-mbg-plugin · A few common plugins to enhance MBG(MyBatis Generator), for basic use.

Table Of Contents

Latest Version

Download com.github.yuanmomo : common-mbg-plugin JAR file - Latest Versions:

All Versions

Download com.github.yuanmomo : common-mbg-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window common-mbg-plugin-1.0.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.yuanmomo.mybatis.mbg

├─ com.github.yuanmomo.mybatis.mbg.MyBatisGeneratorTool.class - [JAR]

com.github.yuanmomo.mybatis.mbg.plugin.batch

├─ com.github.yuanmomo.mybatis.mbg.plugin.batch.AnnotatedBatchInsertSelectiveMethodGenerator.class - [JAR]

├─ com.github.yuanmomo.mybatis.mbg.plugin.batch.MySqlBatchInsertPlugin.class - [JAR]

com.github.yuanmomo.mybatis.mbg.util

├─ com.github.yuanmomo.mybatis.mbg.util.JavaFilesMergeUtil.class - [JAR]

├─ com.github.yuanmomo.mybatis.mbg.util.PropertiesUtil.class - [JAR]

com.github.yuanmomo.mybatis.mbg.plugin.MultiplyTable

├─ com.github.yuanmomo.mybatis.mbg.plugin.MultiplyTable.MethodTypeEnum.class - [JAR]

├─ com.github.yuanmomo.mybatis.mbg.plugin.MultiplyTable.MultiplyTablePlugin.class - [JAR]

com.github.yuanmomo.mybatis.mbg.plugin.getone

├─ com.github.yuanmomo.mybatis.mbg.plugin.getone.AnnotatedGetOneByExampleWithoutBLOBsMethodGenerator.class - [JAR]

├─ com.github.yuanmomo.mybatis.mbg.plugin.getone.MapperAddGetOneByExamplePlugin.class - [JAR]

├─ com.github.yuanmomo.mybatis.mbg.plugin.getone.ProviderGetOneByExampleWithoutBLOBsMethodGenerator.class - [JAR]

com.github.yuanmomo.mybatis.mbg.table

├─ com.github.yuanmomo.mybatis.mbg.table.MySqlTableXmlPrinter.class - [JAR]

├─ com.github.yuanmomo.mybatis.mbg.table.TableXMLPrinter.class - [JAR]

com.github.yuanmomo.mybatis.mbg.plugin.allfields

├─ com.github.yuanmomo.mybatis.mbg.plugin.allfields.AllColumnsFieldsPlugin.class - [JAR]

com.github.yuanmomo.mybatis.mbg.plugin

├─ com.github.yuanmomo.mybatis.mbg.plugin.DAOPlugin.class - [JAR]

├─ com.github.yuanmomo.mybatis.mbg.plugin.LombokPlugin.class - [JAR]

├─ com.github.yuanmomo.mybatis.mbg.plugin.MapperExceptionPlugin.class - [JAR]

├─ com.github.yuanmomo.mybatis.mbg.plugin.PaginationPlugin.class - [JAR]

├─ com.github.yuanmomo.mybatis.mbg.plugin.SimplePlugin.class - [JAR]