A default 'id' field of type UUID seems to be automatically generated even if I do not specify one. There seems to be some sorcery involved using the id$ field that is not clearly documented - what is needed while doing a save$, is for the id field not to be even part of the save process, but that the callback have the (saved) id set on the entity. Is it possible to do this, and how ?
A default 'id' field of type UUID seems to be automatically generated even if I do not specify one. There seems to be some sorcery involved using the id$ field that is not clearly documented - what is needed while doing a save$, is for the id field not to be even part of the save process, but that the callback have the (saved) id set on the entity. Is it possible to do this, and how ?