Java Data Objects and automatic schema migration

R

Rob

Does there exist a tool or facility in jdo which will allow you to
automatically migrate a schema based from the .jdo files? For example
suppose I have a class called Foo with integer fields bar and baz and
a metadata file that describes that and a table in the database that
mirrors the java class. Now, let's say that I add a field to Foo
called bim and make the appropriate additions to the metadata. Is
there a tool that I can use to generate the DDL which would alter the
Foo table in the database to match Foo v2.0? What about the DDL
necessary to roll back?

Thanks for your help,
Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top