In our application when creating a new entity and persisting it to the server, there are properties that are set only on the server side (id sequence, calculations,....).
Currently, we manually transfer these properties back to client entity which is cumbersome. But if the RPC call would return the whole entity, does Errai offer any mechanism to merge these two entities?
Are there any best practices that you recommend?