rel.setFromMaster(false);
// Questo bean e' il detail
String masterAttributes[] = relAnnotation.masterAttributes();
if (masterAttributes.length == 0)
throw new MissingMasterReferenceException(beanName, rel.getName());
for (int i = 0; i < masterAttributes.length; i++)
{
if (masterAttributes[i].equals(""))
throw new MissingMasterReferenceException(beanName, rel.getName());
}
// FORSE NON FUNZIONA
rel.setMasterAttributes(Utils.makeShowAttributeVector(rel.getToBeanName(), masterAttributes, this));
}