return _bundleLoader.getBundle(locale).getString("db.description");
}
public Object getProperties() {
DatabaseProperties props = new DatabaseProperties();
props.addServerDatabaseRetriever(new HsqlServerDatabaseRetriever(getImplementationClass()));
props.setSelfPersonalizable(true);
return props;
}