BeanGenerator is a tool used for developers which can generate POJO code from databases.
- Generates Java bean source code for database tables(*).
- JRE 6.0 or higher
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
- Suppose names in databases are split with '_'.