This file belongs to template and contains all the referring configurations of the data base. Dialect, Driver, URL, etc...
It is the representation in XML of a Map.

In databaseTypeConfig.xml each record consists of a pair of String, a key and the other is the value.
In the image above we can see that each database has 3 settings.
- MySQL-hibernateDialect: this is the key that informs the dialect of hibernate for the database MySQL;
- MySQL-driver: this is the key that informs the driver for the database MySQL;
- MySQL-url: this is the key that informs the default value of the url of connection to the database MySQL;

