Ejemplo n.º 1
0
 @Override
 public Type getReferencedPropertyType(String className, String propertyName)
     throws MappingException {
   return delegate.getReferencedPropertyType(className, propertyName);
 }