/**
* Public constructor.
*/
public MysqlJdbcDatabaseSolution() {
registerType("int", new IntMapping());
registerType("boolean", new BooleanMapping());
registerType("long", new LongMapping());
registerType("double", new NumberMapping());
registerType("String", new StringMapping());
registerType("Date", new DateMapping());