playframework « Table « JPA Q&A





1. How to maintain/generate tables in Hibernate for multi-user purpose?    stackoverflow.com

I'm working on a project using Play Framework that requires me to create a multi-user application. I've a central panel where we add a certain workshop for a team. Thing is, ...

2. Using Play Framework, how do I get JPA to create missing DB tables in production mode?    stackoverflow.com

In development Play automatically creates missing tables and indexes in my database, but it doesn't seem to want to do this in production - which makes it hard to set up ...