jsp « Schema « JPA Q&A





1. Each client with one database schema + JPA. How to implement it ?    coderanch.com

Hi Guys, We are migrating a system that has a database schema for each client(we have 100 clients, more or less). All the schemas have the same tables. We will use Seam + EJB3 + JPA. I would like to know what is the best approach to design a part of my persistence layer: the management of entityManagers. I had an ...