Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/galeone/db-gen

Generate JDBC/DAO/Hibernate classes from a db description.
https://github.com/galeone/db-gen

Last synced: about 2 months ago
JSON representation

Generate JDBC/DAO/Hibernate classes from a db description.

Awesome Lists containing this project

README

        

jdbc-gen
========

Generate JDBC/DAO/Hibernate classes and configuration files from a db description.

It also generate sample mains with working code.

The generator will generate interfaces and only the implementation valid for a DB2 database.

> This code sucks.

I know, but I need it as soon as possible and I really don't care so much about Java coding stiles.

Anyway, it works.

The project shoud be openend and runned into Eclipse. The configuration is done editing the src/tables.txt file (is intuitive) and the Main class.

The only thing you have to do is configure properly the src/config.json file.