Support for schema migrations with JPA?

Posted by Brabster on Stack Overflow See other posts from Stack Overflow or by Brabster
Published on 2010-01-12T22:01:24Z Indexed on 2010/03/29 1:03 UTC
Read the original article Hit count: 398

Filed under:
|

I've been briefly looking at JPA recently, and I was wondering what the deal is with database schema migrations and staying lined up with the classes you've created.

Is there support in JPA for this stuff? Utilities? Best Practises?

Cheers!

© Stack Overflow or respective owner

Related posts about jpa

Related posts about schema-migration