// Recurse through all fields and do the same
int[] fieldNumbers = getFlagsSetTo(loadedFields, getAllFieldNumbers(), true);
if (fieldNumbers != null && fieldNumbers.length > 0)
{
// TODO Fix this to just access the fields of the FieldManager yet this actually does a replaceField
replaceFields(fieldNumbers, new LoadFieldManager(this, getSecondClassMutableFields(), myFP, state));
updateLevel2CacheForFields(fieldNumbers);
}
loadingFieldsInFetchPlan = false;
}