persist « HBM « JPA Q&A





1. Multiple JPA persistence units pointing to same database?    stackoverflow.com

Can we have more than one JPA persistence units pointing to same database, in different Java projects and deployed on the server at the same time? By same time I mean, ...

2. Does hbm2ddl.auto=update not honor different DB users, maybe?    stackoverflow.com

We are encountering strange hibernate behavior with hbm2ddl.auto set to update. In our test setup, we have two database users, one containing the tables for our beta application, the other one is ...