Skip to content

galeone/db-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages