Re: How to avoid nested references

2010-09-23 Thread Marc Aymerich
On Thu, Sep 23, 2010 at 7:37 PM, Daniel Roseman wrote: > On Sep 23, 6:26 pm, Marc Aymerich wrote: > > Hi > > I'm trying to define two clases, one of them is a relational class > between > > services and users, so it has two foreign keys, one to services and > another > > to the user. On the other

Re: How to avoid nested references

2010-09-23 Thread Daniel Roseman
On Sep 23, 6:26 pm, Marc Aymerich wrote: > Hi > I'm trying to define two clases, one of them is a relational class between > services and users, so it has two foreign keys, one to services and another > to the user. On the other hand every service must have at least a default > tariff, so it has a

How to avoid nested references

2010-09-23 Thread Marc Aymerich
Hi I'm trying to define two clases, one of them is a relational class between services and users, so it has two foreign keys, one to services and another to the user. On the other hand every service must have at least a default tariff, so it has a "pointer" to it. However, I'm not sure how to decla