How to reverse Engineer your DB schema in Java
[Updated] In this article we will show how to reverse engineer your database schema into JPA/Hibernate Entity objects using JBoss Forge which is a free tool that enables to scaffold Java projects. It also enables to reverse engineer the Entities from the Database. Installing Forge Firstly, install JBoss forge as IDE plugin or as OS tool … Read more