//get the primitive element corresponding in the Generic class
PrimitiveElement peInGC =
gcr.getHiddenField(compositeFieldName);
String classIdFieldName = (String) classNdProj.get(me.getKey());
SpeedoField pkfield = (SpeedoField) sf.moClass.getField(classIdFieldName);
SpeedoColumn col = sf.getJoinColumn(pkfield);
createPEMInGC(peInGC, col, table, nd, (String) me.getKey());
}
}
}