public boolean hasProperty(String name, Class type) {
   return domainClass.hasProperty(name);
 }