Re: Mapping multiple EOs to one table
Re: Mapping multiple EOs to one table
- Subject: Re: Mapping multiple EOs to one table
- From: Ray Ackland <email@hidden>
- Date: Tue, 19 Aug 2003 08:23:31 +1200
Well, even though many of the tables will only be sharing one common
field (primary key) I guess what we are looking at is really single
table inheritance. This could be the way to go. Seems to meet all the
criteria - the parent class is just the primary key field.
I will definitely try it and tell you what happens. That gives me much
more optimism.
Ray.
On Tuesday, Aug 19, 2003, at 06:08 Pacific/Auckland, Ricardo Strausz
wrote:
Just guessing...
but first, does you multiple views of the same table inherits from one
the other?
It may be that, if you want to have different views from the same
table, define different childs for it (and not simply unrelated
entities which may confuse EOM).
Hope it helps! let us know
Dino
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.