Link to home
Start Free TrialLog in
Avatar of ddas_auth
ddas_auth

asked on

create java beans from database tables

I have about 20 database tables. They are quite independant. Is there a tool to create java classes from these tables with getters and setters. I remember WSAD (Web Sphere) used to have some feature called bottom up. I would like to use open source tools.
ASKER CERTIFIED SOLUTION
Avatar of Dejan Pažin
Dejan Pažin
Flag of Austria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ddas_auth
ddas_auth

ASKER

It seems I could use hibernate's reverse engineering feature as well.