Collection createdMOs)
throws SpeedoException, PException {
Class clazz = manager.getClass(sc.getFQName());
logger.log(BasicLevel.DEBUG, "Generate the Jorm MI for the references of class "
+ clazz.getFQName());
Mapping mapping = null;
ClassMapping cm = null;
if (projectName != null && mapperName != null) {
mapping = clazz.getClassProject(projectName)
.getMapping(mapperName);
cm = mapping.getClassMapping();
}
Iterator fieldsIt = sc.fields.values().iterator();
//System.out.println("Manage reference of the class " + sc.getFQName());
while (fieldsIt.hasNext()) {
SpeedoField sp = (SpeedoField) fieldsIt.next();