fromCache = false;
if (!checkInheritance && !validate)
{
// Mark the StateManager as needing to validate this object before loading fields
sm.markForInheritanceValidation();
}
}
catch (ClassNotResolvedException e)
{
NucleusLogger.PERSISTENCE.warn(LOCALISER.msg("010027", getIdentityAsString(id)));