Java API for SQL Data Definition Language [closed] Java API for SQL Data Definition Language [closed] sql sql

Java API for SQL Data Definition Language [closed]


Many object-relational mapping frameworks come with tools to generate domain model classes out of an existing schema, or create (or even update) a schema to match the domain model classes.

In particular, hibernate can do this, see

http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html_single/#toolsetguide-s1


As far as I can remember some tools such as NetBeans can create/ modify database schemas on-the-fly. You could have a look at the source code if you don't find a specific library.