return new PerformanceType(resultSet.getString(COLUMN_INDEX_NAME),
resultSet.getString(COLUMN_INDEX_DESC),
(Class<? extends PerformanceMeasurerFactory>) Class.forName(resultSet
.getString(COLUMN_INDEX_PERF_MEASURE_FAC)));
} catch (SQLException | ClassNotFoundException e) {
throw new DatabaseAccessException(e);
}
}