Hello,
1. I query ALL customers out of my database joined with its orders. My domain is filled up correctly. Every customers has n orders...
2. Afterwards, I query the customers having an order with name = "Tat%". The query returned from the database is correct [i checked it]. It returns all customers joined with the orders having a name "Tat%";
BUT my customer.Orders set is not updated. It still contains ALL orders from the first query...
3. When I run the second query as the first query [I skipped the query to load all customers and all respective orders] the domain customer.Orders are correctly filtered.
Any idea what makes this happen?
Regards, M
|