|
Attribute converter not called when value is null. For example : If entity has boolean object and if the value is not set then it gets stored as null in data base irrespective of attribute converter mapping null value to "FALSE" . Other way round is also not happening. If value is null in database then value gets set to null. Root cause: BasicBinder.bind method does not call doBind if value is null.
|