jar

io.github.stayfool : jpa-maven-plugin

Maven & Gradle

Aug 31, 2018
1 stars

jpa entity code generation Maven Mojo · JPA entity and spring-data-jpa repository code generation

Table Of Contents

Latest Version

Download io.github.stayfool : jpa-maven-plugin JAR file - Latest Versions:

All Versions

Download io.github.stayfool : jpa-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
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 jpa-maven-plugin-2.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.stayfool.util

├─ io.github.stayfool.util.Constant.class - [JAR]

├─ io.github.stayfool.util.NameUtil.class - [JAR]

io.github.stayfool

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

io.github.stayfool.module

├─ io.github.stayfool.module.Entity.class - [JAR]

├─ io.github.stayfool.module.EntityField.class - [JAR]

├─ io.github.stayfool.module.Repository.class - [JAR]

io.github.stayfool.config

├─ io.github.stayfool.config.DatabaseConfig.class - [JAR]

├─ io.github.stayfool.config.DatabaseProperties.class - [JAR]

├─ io.github.stayfool.config.DatasourceConfig.class - [JAR]

├─ io.github.stayfool.config.EntityConfig.class - [JAR]

├─ io.github.stayfool.config.GenerateConfig.class - [JAR]

├─ io.github.stayfool.config.SpringRepositoryConfig.class - [JAR]

Advertisement