Open
Description
B-hamza opened DATAJDBC-650 and commented
When trying to persist an Entity like :
class Test {
private final String a;
private final Map<String, Object> b;
.... // constructor, getters
}
using Readind and Writing converters from Map to bytes[]. The write is OK. But when reading is KO with exception :
Couldn't find PersistentEntity for type class java.lang.Object!Couldn't find PersistentEntity for type class java.lang.Object!org.springframework.data.mapping.MappingException: Couldn't find PersistentEntity for type class java.lang.Object! at org.springframework.data.mapping.context.MappingContext.getRequiredPersistentEntity(MappingContext.java:79)
Affects: 2.1.2 (2020.0.2)