Archive | December 11th, 2010

Configuring Multiple Databases in Hibernate

December 11, 2010

2 Comments

Introduction Hibernate is designed to be used with a large set of databases. The details of those databases are configured in an XML file called hibernate.cfg.xml. This configuration files could be given any name and is usually placed in the root of your application class path. There are many configuration parameters available that makes the [...]

email