llade / hibernate-tools

Code generation, reverse engineering, ant task and more tools for Hibernate Core

Home Page:http://tools.hibernate.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development
-----------
The project is developed under the form of a hierarchical multimodule Maven project. 
After cloning the git repository to your local machine you can import it as such into 
your favorite IDE. 
However in order to compile and run the tests one additional step is required: you need
to download the Oracle JDBC driver (currently we are using ojdbc8.jar) and use the Maven 
command to install it into your local repository:

    mvn install:install-file 
        -Dfile=/path/to/local/ojdbc8.jar 
        -DgroupId=com.oracle.jdbc 
        -DartifactId=ojdbc8 
        -Dversion=12.2.0.1 
        -Dpackaging=jar
        

About

Code generation, reverse engineering, ant task and more tools for Hibernate Core

http://tools.hibernate.org


Languages

Language:Java 93.9%Language:FreeMarker 5.9%Language:CSS 0.1%Language:Groovy 0.0%Language:HTML 0.0%