I\'m using JPA (Hibernate\'s implementation) to annotate entity classes to persist to a relational database (MySQL or SQL Server). Is there an easy way to auto generate the
As a related note: Documentation for generating database schemas using EclipseLink JPA can be found here.