jar

com.pwinckles.jdbcgen : jdbc-gen-processor

Maven & Gradle

Aug 07, 2023

jdbc-gen-processor · Annotation processor for jdbc-gen

Table Of Contents

Latest Version

Download com.pwinckles.jdbcgen : jdbc-gen-processor JAR file - Latest Versions:

All Versions

Download com.pwinckles.jdbcgen : jdbc-gen-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 jdbc-gen-processor-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.pwinckles.jdbcgen.processor

├─ com.pwinckles.jdbcgen.processor.BeanUtil.class - [JAR]

├─ com.pwinckles.jdbcgen.processor.DbClassGenerator.class - [JAR]

├─ com.pwinckles.jdbcgen.processor.EntityAnalyzer.class - [JAR]

├─ com.pwinckles.jdbcgen.processor.EntitySpec.class - [JAR]

├─ com.pwinckles.jdbcgen.processor.FieldGetMethod.class - [JAR]

├─ com.pwinckles.jdbcgen.processor.FieldSetMethod.class - [JAR]

├─ com.pwinckles.jdbcgen.processor.FieldSpec.class - [JAR]

├─ com.pwinckles.jdbcgen.processor.JdbcGenProcessor.class - [JAR]

Advertisement