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
{{ message }}
This repository was archived by the owner on Apr 11, 2019. It is now read-only.
Hi!
We need add/update relational objects but in just only one transaction.
For example,
We need save
carand thewheels, but if the wheels fail,carobject should not be saved. The server evaluate object as a whole, not as simple parts.In other words, we need just only one HTTP request for the
carandwheels.Of course, the example is for didactic purposes only.
Regards...