jar

nz.co.senanque : schema-translator-maven-plugin

Maven & Gradle

Mar 21, 2017
0 stars

SchemaTranslatorMavenPlugin · Maven plugin that extracts an SQL script from JPA annotated classes using Hibernate4. The core of the code here was scourced from Alexey Zvolinskiy (http://www.javacodegeeks.com/2014/01/hibernate-ddl-schema-generation.html) and this is mostly a repackaging into a maven plugin.

Table Of Contents

Latest Version

Download nz.co.senanque : schema-translator-maven-plugin JAR file - Latest Versions:

All Versions

Download nz.co.senanque : schema-translator-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
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 schema-translator-maven-plugin-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

nz.co.senanque.schematranslator

├─ nz.co.senanque.schematranslator.SchemaTranslator.class - [JAR]

├─ nz.co.senanque.schematranslator.SchemaTranslatorMojo.class - [JAR]

Advertisement