loadUnloadedFieldsInFetchPlan();
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 MakeTransientFieldManager(this, getSecondClassMutableFields(), myFP, state));
}
}
preStateChange();
try