@Override
 public String[] getImplementors(String className) throws MappingException {
   return delegate.getImplementors(className);
 }