Entity Inheritance
Entity Inheritance
- Subject: Entity Inheritance
- From: "Ted Archibald" <email@hidden>
- Date: Sun, 30 Nov 2008 19:29:21 -0600
I have a question about eo inheritance.
Let's say I have the following three entities:
Entity Batch - Table Batch - Class Batch extends ERXGenericRecord - qualifier typeId = 1
Entity SubBatch1 - Table Batch - Class SubBatch1 extends Batch - qualifier typeId = 2
Entity SubBatch2 - Table Batch - Class SubBatch2 extends Batch - qualifier typeId = 3
Now, if I change the typeId of an eo will this cause problems and or make WebObjects angry? From the experiments I've done it doesn't seem to cause any problems, but down the road will this have negative consequences?
_______________________________________________
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