//System.out.println(returnType.getActualTypeArguments()[0].toString());
//System.out.println("class "+relationship.getFromBeanName());
if (!returnType.getActualTypeArguments()[0].toString().equals("class "+relationship.getToBeanClassName()))
throw new EntityCheckNoCollectionTypeException(beanName, relationship.getName());
OneToMany annotation = (OneToMany)method.getAnnotation(OneToMany.class);
Class targetEntity = annotation.targetEntity();
if (targetEntity.getName().equals("void"))