Inheritance ??
Inheritance ??
- Subject: Inheritance ??
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 28 Jul 2010 04:04:22 -0700 (PDT)
Do migrations support inheritance?
I was thinking that my "Problem" could be handled by table inheritance so I created a testTable with table2 as the Parent...
beautiful... in the eogenerated class I see that my new entity is a subclass of table:
public abstract class _NewEntity extends com.eltek.model.WorkTask
however when I selecte NewEntity and create the migration, it wants to create * all * of the attributes including the inherited attributes. I also see that there was no reference to the inheritance....
So my conclusion is:
1. I don't understand how to do it correctly (I have been accused of this all my life)
2. Migrations don't support inheritance yet...
3. Something else entirely relating to number 1....
Thanks for listening.... and any advise.
Ted
_______________________________________________
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