What should be done to change the actual database system type (say, from DB2 to MySql)?
connection.driver_class property should be changed
connection.url property should be changed
dialect property should be changed
All the above