Having in mind that each webapp has its own separate database (but all databases are in the same database server).
The scenario is that I have a multi-tenant saas application - I deploy the same application for each customer. Each customer works on a database that is called db_cid
, where cid
is the customer id, i.e. a a unique customer identifier.
Working with hibernate.