Hi
I am using hibernate 3 with Spring 2 and Microsoft SQL Server 2005, with java 1.5.
I have three sql server 2005 database and data are share by different applications.
As fas as my knowledge goes, I only managed to connect single database per java application in hibernate. ie define in hibernate config file.
Is there any way off creating single hibernate file or multiple hibernate files to use more then single sql server 2005 database in a single Java, Spring and Hibernate application.
Please can some advice.
many thank
|