Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/galeone/db-gen
- Owner: galeone
- License: gpl-3.0
- Created: 2014-05-13T16:10:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T15:37:21.000Z (over 5 years ago)
- Last Synced: 2024-10-07T20:21:37.378Z (3 months ago)
- Language: Java
- Homepage:
- Size: 9.83 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.