new SimulationProblem(resultSet.getLong(COLUMN_INDEX_SIM_PROB_ID)),
new FeatureType(resultSet.getLong(COLUMN_INDEX_FEAT_TYPE_ID)),
(Map<String, Serializable>) SerialisationUtils
.deserializeFromB64String(resultSet.getString(COLUMN_INDEX_VALUE)));
} catch (SQLException | IOException | ClassNotFoundException e) {
throw new DatabaseAccessException(e);
}
}