Re: Multi tables having a to-many relationship to the same table
Re: Multi tables having a to-many relationship to the same table
- Subject: Re: Multi tables having a to-many relationship to the same table
- From: Chuck Hill <email@hidden>
- Date: Thu, 27 Apr 2006 10:27:56 -0700
On Apr 27, 2006, at 10:20 AM, Paul Lynch wrote:
On 27 Apr 2006, at 17:47, Chuck Hill wrote:
That does not make any sense in OO or RDBMS terms. Your database
will not allow you to have a FK to two different tables. In OO,
you would not want a relationship to two different classes not in
an inheritance hierarchy. At the very least your code would be
littered with casts and instanceof tests. Ugly.
As a interesting point of fact, I have a customer with a legacy
database that does exactly this, so it is possible.
I should have stated that more clearly. The database can't enforce
the FK in this case. At least I have never seen one that could.
Just because it is ugly (and yes, it is) and doesn't make any
sense, doesn't mean that a customer won't do it.
Chuckle.
But please, don't!
What Paul said!
Chuck
--
Coming in late 2006 - an introduction to web applications using
WebObjects and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden