Does Hibernate 3, support to multiple database
Hi
I am using Spring 2, Hibernate 3, SQl Server 2005 with Java 1.5.
I am have three SQL Server 2005 database, and I need to design and build a java application, which access data from all these three database.
I far as my knowledge go for hibernate 3. I only know, how to access single database. Which I configured in the hibernate configuration file. But I would like to access this database for my application. I would appreciate your advice, on how I go implementing this.
Please could some one pointed me to right direction.
many thank
|