} catch (NoSuchMethodException e1) {
throw new RuntimeException(e1.getMessage());
}
// Instantiate lastName field descriptor
lastNameFieldDescr = new FieldDescriptorImpl(lastNameFieldName, lastNameType,lastNameHandler, false);
lastNameFieldDescr.addNature(FieldDescriptorJDONature.class.getName());
FieldDescriptorJDONature lastNameFieldJdoNature = new FieldDescriptorJDONature(lastNameFieldDescr);
lastNameFieldJdoNature.setSQLName(new String[] { "lastName" });
lastNameFieldJdoNature.setSQLType(new int[] {SQLTypeInfos.javaType2sqlTypeNum(java.lang.String.class) });
lastNameFieldJdoNature.setManyTable(null);
lastNameFieldJdoNature.setManyKey(new String[] {});