I have got a question about multiple db support of Hibernate.
I have 1000s of customers distributed on multiple db servers. Each server has got around 500 Dbs. So every customer has its own database (the schema of all are exactly the same, they just differ in content of course).
Is there a way to make Hibernate switch databases on the fly? All research resulted in solutions where you already know all the databases which are used (like 2 or 3 different ones), but none would help us with our dynamic problem.