I'm a java developer that hasn't been in the mix for a while, and I've been recently looking at Hibernate together with the Spring framework. Does anybody know if its possible to have multiple datasources while using Hibernate.
I have 5 databases, all with the same schema, and I would like to dynamically connect to these schemas using Hibernate. I've been searching around, but to no avail.
Thanks.