jar

io.github.tokgoronin : jimmerCodeGen-maven-plugin

Maven & Gradle

Oct 08, 2022
6 stars

jimmerCodeGen-maven-plugin Maven Plugin · generate entity and dao for jimmer

Table Of Contents

Latest Version

Download io.github.tokgoronin : jimmerCodeGen-maven-plugin JAR file - Latest Versions:

All Versions

Download io.github.tokgoronin : jimmerCodeGen-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 jimmerCodeGen-maven-plugin-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.tokgoronin.writers

├─ io.github.tokgoronin.writers.DaoWriter.class - [JAR]

├─ io.github.tokgoronin.writers.EntityWriter.class - [JAR]

io.github.tokgoronin.mapping

├─ io.github.tokgoronin.mapping.SqlJavaTypeMapping.class - [JAR]

io.github.tokgoronin.table

├─ io.github.tokgoronin.table.FieldInfo.class - [JAR]

├─ io.github.tokgoronin.table.TableInfo.class - [JAR]

io.github.tokgoronin.interfaces

├─ io.github.tokgoronin.interfaces.Generator.class - [JAR]

├─ io.github.tokgoronin.interfaces.GeneratorWriter.class - [JAR]

io.github.tokgoronin

├─ io.github.tokgoronin.CodeGenMojo.class - [JAR]

io.github.tokgoronin.config

├─ io.github.tokgoronin.config.JdbcConfig.class - [JAR]

io.github.tokgoronin.dialects

├─ io.github.tokgoronin.dialects.MysqlGenerator.class - [JAR]

io.github.tokgoronin.utils

├─ io.github.tokgoronin.utils.CustomStringUtil.class - [JAR]

Advertisement