|
Let’s say we have an application with the following (highly simplified) object model:- As you can see we have a Customer and a Customer’s Orders which we wish to persist to the database using XPO. This will work perfectly with 10, 100, 1,000, 10,000 orders...
|