try {
keyField = ReflectionUtils.getField(beanClass, simplifiedRelation.keyField());
if (keyField == null) {
throw new RuntimeException("Unable to find field " + simplifiedRelation.keyField() + " in " + beanClass.getClass());
}
} catch (SecurityException e) {
throw new RuntimeException(e);