// Use the provided translator to convert it
key = translator.getKey(this, pcClass, key);
}
Object id = null;
if (cmd.usesSingleFieldIdentityClass())
{
// Single Field Identity
Class idType = clr.classForName(cmd.getObjectidClass());
id = getApiAdapter().getNewSingleFieldIdentity(idType, pcClass, key);
}