You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment if an entity class contains collection/map typed field, and there is missing data for the field in a document, the loaded entity instance leave the field as null.
This CR is to let framework initialize the field to empty collection/map so the following operations do not need to do null value check on the fields.
The text was updated successfully, but these errors were encountered:
At the moment if an entity class contains collection/map typed field, and there is missing data for the field in a document, the loaded entity instance leave the field as
null
.This CR is to let framework initialize the field to empty collection/map so the following operations do not need to do null value check on the fields.
The text was updated successfully, but these errors were encountered: