You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Pavel Zahariev <pz...@gmail.com> on 2007/06/06 18:18:03 UTC

DAS: How to specify table JOIN means containment

Hi,

With Customer->Orders domain model, I want to get a data graph with
following query:
SELECT * FROM Customer LEFT OUTER JOIN Order ....

I have defined "Orders" relationship in the config file and consequently
have property
"Orders" in the type for "Customer". This is not a containment property. In
my opinion it will be good to
be able to specify in the config file if the relationship is containment and
by default leave it as not
containment.


Best regards
Pavel