Hibernate Beans generator

Does anyone know if there is any program capable of creating beans classes from a SQL file? Thanks.

+2


a source to share


2 answers


Have a look at Hibernate Tools :



Reverse Engineering: The most powerful feature of Hibernate Tools is a database reverse engineering tool that can generate Hibernate domain model classes and mapping files, annotated EJB3 beans, HTML documentation, or even an entire JBoss Seam application in seconds!

+2


a source


Check out Hibernate tools , which has a Reverse Engineering feature to do just that.



0


a source







All Articles