Its a hypothetical scenario but the scenario would...
# tornadofx
t
Its a hypothetical scenario but the scenario would just be the Customer table that gets joined with the Order table on the customer id so you end up with rows that contain a customer and an order but of course the customer is repeated each time due to each customer having multiple orders so you want to group those results in a single Customer object with a list of Order objects