|
I implemented an AttributeConverter which returned an empty string on all deserialized null values because Oracle stores null values instead of empty strings.
Although the converter gets called by BasicExtractor.extract, the result is thrown away afterwards because the result set was flagged with wasNull().
I think the bug is related to HHH-8697 but it is more the other way round.
|