|
I was using Hibernate 4.3.5 when I ran into an issue with AtttributeConverter#convertToEntityAttribute(Integer dbData) where dbData was null for Enum datatype. I am not sure why it was null because in database table the all records had not null data. I found issue
HHH-8697
which seems similar, so I updated to version 4.3.10 and tested again and now I am getting,... PropertyAccessException: could not set a field value by reflection setter of... when using AttributeConverter for another enum, and this time I checked the dbData parameter was not null. Please see attached exception.
|