Receive notification of the clearing of a SetField.
This method is only used when the whole set is cleared; when a range restricted subset is cleared, individual
onSetFieldRemove() invocations for each removed entry are made instead.
Notifications are only delivered when the set of referring objects is non-empty.
Notifications are delivered in the same thread that made the change, before the outermost mutation operation returns.
Parameters:
tx - associated transaction
id - the ID of the affected object (i.e., the object containing the field that was cleared)
field - the field that changed
path - path of reference fields (represented by storage IDs) that lead to id
referrers - all objects that (indirectly) refer to the affected object via path