} else if (type.equals("fk-table")) {
final String property = parameterBase + field.getId() + ".element-type";
final String elementType = configParameters.getString(property);
if (elementType == null) {
throw new SqlObjectStoreException("Expected property " + property);
}
/*
* collectionMappers[collectionFieldNo] = new ForeignKeyCollectionMapper(elementType,
* oneToManyProperties[collectionFieldNo], parameterBase, lookup, objectMapperLookup);
*/