}
// field not known by JDOClass (not specified in JDO XML)
// apply model's method of default calculation without
// changing the model's state
JavaType fieldType = javaModel.getJavaType(javaModel.getTypeName(fieldSig));
affirm(fieldType != null,
"cannot get java type for: " + fieldSig);
return !TypeSupport.isPersistenceFieldType(fieldType);
} catch (ModelFatalException ex) {
throw new EnhancerMetaDataUserException(ex);