Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 536 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 536 Bytes

BeanGenerator

BeanGenerator is a tool used for developers which can generate POJO code from databases.

Features

  • Generates Java bean source code for database tables(*).

Requirement

  • JRE 6.0 or higher

How to use it?

BeanGenerator has a very friendly user interface. You could easily open the main window by double clicking the executable jar file or use the command line as:

java -jar BeanGenerator.jar

License

GPLv3

  • Suppose names in databases are split with '_'.