BitmaskedBehavior - do not set mapped field if it is not present in SELECT
When `$row` is an array `$row[$mappedField]` is set only when `$row[$field]` is present (lines 133-139). The same logic should be when `$row` is an object. Otherwises `$mappedField` of the entity is set even when `$field` of the entity is not.