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 protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
