openjpa « Table « JPA Q&A





1. How can I "move" an object from one table to another using OpenJPA?    stackoverflow.com

I have two tables, that share the same definition. I commonly insert new objects into one of these tables, let's call it Table1. From time to time, I want to move ...

2. OpenJPA does not create DB2 tables when deploying on Websphere Application Server    stackoverflow.com

I deployed my ear file on Websphere Application server V7.0 and start the application. However, it does not auto create table to my database DB2 and don't have any error message. Please ...