[#3919] Bad caching of JPA-annotated getters leads to wrong mapping into POJOs that have @ConstructorProperties

This commit is contained in:
Lukas Eder 2015-01-09 13:21:38 +01:00
parent f063276efc
commit 69ef447cc6

View File

@ -2244,7 +2244,7 @@ final class Utils {
return null;
}
}, DATA_REFLECTION_CACHE_GET_ANNOTATED_GETTER, name);
}, DATA_REFLECTION_CACHE_GET_ANNOTATED_GETTER, type, name);
}
/**