openjpa « Schema « JPA Q&A





1. Replacing ORM schema without dropping the entire data    stackoverflow.com

Hey, I'm using OpenJPA as a JPA provider. Is there a way in which I can recreate the database tables (When an entity changes) without dropping the entire data? When an entity changes, I ...

2. OpenJPA schema configuration    stackoverflow.com

I am using OpenJPA 1.2.3 on WebSphere with DB2. Is there a way to build and bundle my application in a way that allows for the same application (EAR) to have a ...